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

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

Méthodes publiques

Méthode 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 méthode

public Decode ( byte encodedData ) : byte[]
encodedData byte
Résultat byte[]

Decode() public méthode

public Decode ( byte encodedData, bool fec ) : byte[]
encodedData byte
fec bool
Résultat byte[]

Decoder() public méthode

public Decoder ( int clockRate, int channels, int packetTime ) : System
clockRate int
channels int
packetTime int
Résultat System

Destroy() public méthode

public Destroy ( ) : void
Résultat void