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

Mostra file Open project: QuickBlox/quickblox-dotnet-sdk Class Usage Examples

Public Methods

Method Description
Decode ( byte encodedData ) : byte[]
Decode ( byte encodedData, bool fec ) : byte[]
Decoder ( int clockRate, int channels, int packetTime ) : System
Destroy ( ) : void

Method Details

Decode() public method

public Decode ( byte encodedData ) : byte[]
encodedData byte
return byte[]

Decode() public method

public Decode ( byte encodedData, bool fec ) : byte[]
encodedData byte
fec bool
return byte[]

Decoder() public method

public Decoder ( int clockRate, int channels, int packetTime ) : System
clockRate int
channels int
packetTime int
return System

Destroy() public method

public Destroy ( ) : void
return void