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

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

Public Methods

Method Description
ActivateFEC ( int packetLossPercent ) : void
DeactivateFEC ( ) : void
Destroy ( ) : void
Encode ( byte data, int index, int length ) : byte[]
Encoder ( int clockRate, int channels, int packetTime ) : System

Method Details

ActivateFEC() public method

public ActivateFEC ( int packetLossPercent ) : void
packetLossPercent int
return void

DeactivateFEC() public method

public DeactivateFEC ( ) : void
return void

Destroy() public method

public Destroy ( ) : void
return void

Encode() public method

public Encode ( byte data, int index, int length ) : byte[]
data byte
index int
length int
return byte[]

Encoder() public method

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