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

Mostra file Open project: QuickBlox/quickblox-dotnet-sdk

Public Methods

Method Description
Destroy ( ) : void
Encode ( int width, int height, byte frame, long fourcc, int rotation ) : byte[]
Encoder ( ) : System
ForceKeyframe ( ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void

Encode() public method

public Encode ( int width, int height, byte frame, long fourcc, int rotation ) : byte[]
width int
height int
frame byte
fourcc long
rotation int
return byte[]

Encoder() public method

public Encoder ( ) : System
return System

ForceKeyframe() public method

public ForceKeyframe ( ) : void
return void