C# Class Xamarin.Forms.Conference.WebRTC.Droid.VP8.LibVpxDec

Inheritance: LibVpxCom
Afficher le fichier Open project: QuickBlox/quickblox-dotnet-sdk Class Usage Examples

Méthodes publiques

Méthode Description
LibVpxDec ( ) : System
LibVpxDec ( bool postProcEnabled, bool errorConcealmentEnabled ) : System
LibVpxDec ( int width, int height, int threads, bool postProcEnabled, bool errorConcealmentEnabled ) : System
close ( ) : void
decodeFrameToBuffer ( byte rawFrame, int widthHeight, int result ) : byte[]

Private Methods

Méthode Description
Java_com_google_libvpx_LibVpxDec_vpxCodecDecAllocCfg ( IntPtr env, IntPtr jniClass ) : long
Java_com_google_libvpx_LibVpxDec_vpxCodecDecDecode ( IntPtr env, IntPtr jniClass, long decoder, IntPtr buf, int bufSize ) : int
Java_com_google_libvpx_LibVpxDec_vpxCodecDecFreeCfg ( IntPtr env, IntPtr jniClass, long cfg ) : void
Java_com_google_libvpx_LibVpxDec_vpxCodecDecGetFrame ( IntPtr env, IntPtr jniClass, long decoder, IntPtr widthHeight ) : IntPtr
Java_com_google_libvpx_LibVpxDec_vpxCodecDecGetHeight ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxDec_vpxCodecDecGetThreads ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxDec_vpxCodecDecGetWidth ( IntPtr env, IntPtr jniClass, long cfg ) : int
Java_com_google_libvpx_LibVpxDec_vpxCodecDecInit ( IntPtr env, IntPtr jniClass, long decoder, long cfg, bool postproc, bool ecEnabled ) : bool
Java_com_google_libvpx_LibVpxDec_vpxCodecDecSetHeight ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxDec_vpxCodecDecSetThreads ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void
Java_com_google_libvpx_LibVpxDec_vpxCodecDecSetWidth ( IntPtr env, IntPtr jniClass, long cfg, int value ) : void

Method Details

LibVpxDec() public méthode

public LibVpxDec ( ) : System
Résultat System

LibVpxDec() public méthode

public LibVpxDec ( bool postProcEnabled, bool errorConcealmentEnabled ) : System
postProcEnabled bool
errorConcealmentEnabled bool
Résultat System

LibVpxDec() public méthode

public LibVpxDec ( int width, int height, int threads, bool postProcEnabled, bool errorConcealmentEnabled ) : System
width int
height int
threads int
postProcEnabled bool
errorConcealmentEnabled bool
Résultat System

close() public méthode

public close ( ) : void
Résultat void

decodeFrameToBuffer() public méthode

public decodeFrameToBuffer ( byte rawFrame, int widthHeight, int result ) : byte[]
rawFrame byte
widthHeight int
result int
Résultat byte[]