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

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

Public Properties

Property Type Description
NeedsKeyFrame bool

Public Methods

Method Description
Decode ( byte encodedFrame, int &width, int &height ) : byte[]
Decoder ( ) : System
Destroy ( ) : void

Method Details

Decode() public method

public Decode ( byte encodedFrame, int &width, int &height ) : byte[]
encodedFrame byte
width int
height int
return byte[]

Decoder() public method

public Decoder ( ) : System
return System

Destroy() public method

public Destroy ( ) : void
return void

Property Details

NeedsKeyFrame public property

public bool NeedsKeyFrame
return bool