C# 클래스 Xamarin.Forms.Conference.WebRTC.Droid.VP8.LibVpxEncConfig

상속: LibVpxCom
파일 보기 프로젝트 열기: QuickBlox/quickblox-dotnet-sdk 1 사용 예제들

공개 메소드들

메소드 설명
LibVpxEncConfig ( int width, int height ) : System
close ( ) : void
getErrorResilient ( ) : int
getFourcc ( ) : int
getHeight ( ) : int
getLagInFrames ( ) : int
getPass ( ) : int
getProfile ( ) : int
getRCBufInitialSz ( ) : int
getRCBufOptimalSz ( ) : int
getRCBufSz ( ) : int
getRCDropframeThresh ( ) : int
getRCEndUsage ( ) : int
getRCMaxQuantizer ( ) : int
getRCMinQuantizer ( ) : int
getRCOvershootPct ( ) : int
getRCResizeAllowed ( ) : int
getRCResizeDownThresh ( ) : int
getRCResizeUpThresh ( ) : int
getRCTargetBitrate ( ) : int
getRCUndershootPct ( ) : int
getThreads ( ) : int
getTimebase ( ) : Rational
getWidth ( ) : int
handle ( ) : long
setErrorResilient ( int value ) : void
setHeight ( int value ) : void
setKFMaxDist ( int value ) : void
setKFMinDist ( int value ) : void
setLagInFrames ( int value ) : void
setPass ( int value ) : void
setProfile ( int value ) : void
setRCBufInitialSz ( int value ) : void
setRCBufOptimalSz ( int value ) : void
setRCBufSz ( int value ) : void
setRCDropframeThresh ( int value ) : void
setRCEndUsage ( int value ) : void
setRCMaxQuantizer ( int value ) : void
setRCMinQuantizer ( int value ) : void
setRCOvershootPct ( int value ) : void
setRCResizeAllowed ( int value ) : void
setRCResizeDownThresh ( int value ) : void
setRCResizeUpThresh ( int value ) : void
setRCTargetBitrate ( int value ) : void
setRCUndershootPct ( int value ) : void
setThreads ( int value ) : void
setTimebase ( int num, int den ) : void
setWidth ( int value ) : void

비공개 메소드들

메소드 설명
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncAllocCfg ( IntPtr env, IntPtr jniClass ) : long
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncConfigDefault ( IntPtr env, IntPtr jniClass, long cfg, int argUsage ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncFreeCfg ( IntPtr env, IntPtr jniClass, long cfg ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetErrorResilient ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetFourcc ( IntPtr env, IntPtr jniClass ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetHeight ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetKFMaxDist ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetKFMinDist ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetKFMode ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetLagInFrames ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetPass ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetProfile ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetRC2PassVBRBiasPct ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetRC2PassVBRMaxsectioniasPct ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetRC2PassVBRMinsectionPct ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetRCBufInitialSz ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetRCBufOptimalSz ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetRCBufSz ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetRCDropframeThresh ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetRCEndUsage ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetRCMaxQuantizer ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetRCMinQuantizer ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetRCOvershootPct ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetRCResizeAllowed ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetRCResizeDownThresh ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetRCResizeUpThresh ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetRCTargetBitrate ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetRCUndershootPct ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetThreads ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetTimebase ( IntPtr env, IntPtr jniClass, long cfg ) : Rational
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetUsage ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncGetWidth ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetErrorResilient ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetHeight ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetKFMaxDist ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetKFMinDist ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetLagInFrames ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetPass ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetProfile ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetRC2PassVBRBiasPct ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetRC2PassVBRMaxsectioniasPct ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetRC2PassVBRMinsectionPct ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetRCBufInitialSz ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetRCBufOptimalSz ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetRCBufSz ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetRCDropframeThresh ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetRCEndUsage ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetRCMaxQuantizer ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetRCMinQuantizer ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetRCOvershootPct ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetRCResizeAllowed ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetRCResizeDownThresh ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetRCResizeUpThresh ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetRCTargetBitrate ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetRCUndershootPct ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetThreads ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetTimebase ( IntPtr env, IntPtr jniClass, long cfg, int num, int den ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetUsage ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxEncConfig_vpxCodecEncSetWidth ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void

메소드 상세

LibVpxEncConfig() 공개 메소드

public LibVpxEncConfig ( int width, int height ) : System
width int
height int
리턴 System

close() 공개 메소드

public close ( ) : void
리턴 void

getErrorResilient() 공개 메소드

public getErrorResilient ( ) : int
리턴 int

getFourcc() 공개 메소드

public getFourcc ( ) : int
리턴 int

getHeight() 공개 메소드

public getHeight ( ) : int
리턴 int

getLagInFrames() 공개 메소드

public getLagInFrames ( ) : int
리턴 int

getPass() 공개 메소드

public getPass ( ) : int
리턴 int

getProfile() 공개 메소드

public getProfile ( ) : int
리턴 int

getRCBufInitialSz() 공개 메소드

public getRCBufInitialSz ( ) : int
리턴 int

getRCBufOptimalSz() 공개 메소드

public getRCBufOptimalSz ( ) : int
리턴 int

getRCBufSz() 공개 메소드

public getRCBufSz ( ) : int
리턴 int

getRCDropframeThresh() 공개 메소드

public getRCDropframeThresh ( ) : int
리턴 int

getRCEndUsage() 공개 메소드

public getRCEndUsage ( ) : int
리턴 int

getRCMaxQuantizer() 공개 메소드

public getRCMaxQuantizer ( ) : int
리턴 int

getRCMinQuantizer() 공개 메소드

public getRCMinQuantizer ( ) : int
리턴 int

getRCOvershootPct() 공개 메소드

public getRCOvershootPct ( ) : int
리턴 int

getRCResizeAllowed() 공개 메소드

public getRCResizeAllowed ( ) : int
리턴 int

getRCResizeDownThresh() 공개 메소드

public getRCResizeDownThresh ( ) : int
리턴 int

getRCResizeUpThresh() 공개 메소드

public getRCResizeUpThresh ( ) : int
리턴 int

getRCTargetBitrate() 공개 메소드

public getRCTargetBitrate ( ) : int
리턴 int

getRCUndershootPct() 공개 메소드

public getRCUndershootPct ( ) : int
리턴 int

getThreads() 공개 메소드

public getThreads ( ) : int
리턴 int

getTimebase() 공개 메소드

public getTimebase ( ) : Rational
리턴 Rational

getWidth() 공개 메소드

public getWidth ( ) : int
리턴 int

handle() 공개 메소드

public handle ( ) : long
리턴 long

setErrorResilient() 공개 메소드

public setErrorResilient ( int value ) : void
value int
리턴 void

setHeight() 공개 메소드

public setHeight ( int value ) : void
value int
리턴 void

setKFMaxDist() 공개 메소드

public setKFMaxDist ( int value ) : void
value int
리턴 void

setKFMinDist() 공개 메소드

public setKFMinDist ( int value ) : void
value int
리턴 void

setLagInFrames() 공개 메소드

public setLagInFrames ( int value ) : void
value int
리턴 void

setPass() 공개 메소드

public setPass ( int value ) : void
value int
리턴 void

setProfile() 공개 메소드

public setProfile ( int value ) : void
value int
리턴 void

setRCBufInitialSz() 공개 메소드

public setRCBufInitialSz ( int value ) : void
value int
리턴 void

setRCBufOptimalSz() 공개 메소드

public setRCBufOptimalSz ( int value ) : void
value int
리턴 void

setRCBufSz() 공개 메소드

public setRCBufSz ( int value ) : void
value int
리턴 void

setRCDropframeThresh() 공개 메소드

public setRCDropframeThresh ( int value ) : void
value int
리턴 void

setRCEndUsage() 공개 메소드

public setRCEndUsage ( int value ) : void
value int
리턴 void

setRCMaxQuantizer() 공개 메소드

public setRCMaxQuantizer ( int value ) : void
value int
리턴 void

setRCMinQuantizer() 공개 메소드

public setRCMinQuantizer ( int value ) : void
value int
리턴 void

setRCOvershootPct() 공개 메소드

public setRCOvershootPct ( int value ) : void
value int
리턴 void

setRCResizeAllowed() 공개 메소드

public setRCResizeAllowed ( int value ) : void
value int
리턴 void

setRCResizeDownThresh() 공개 메소드

public setRCResizeDownThresh ( int value ) : void
value int
리턴 void

setRCResizeUpThresh() 공개 메소드

public setRCResizeUpThresh ( int value ) : void
value int
리턴 void

setRCTargetBitrate() 공개 메소드

public setRCTargetBitrate ( int value ) : void
value int
리턴 void

setRCUndershootPct() 공개 메소드

public setRCUndershootPct ( int value ) : void
value int
리턴 void

setThreads() 공개 메소드

public setThreads ( int value ) : void
value int
리턴 void

setTimebase() 공개 메소드

public setTimebase ( int num, int den ) : void
num int
den int
리턴 void

setWidth() 공개 메소드

public setWidth ( int value ) : void
value int
리턴 void