C# Class Xamarin.Forms.Conference.WebRTC.Droid.AudioProcessing.AcousticEchoCanceller

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

Méthodes publiques

Méthode Description
AcousticEchoCanceller ( int clockRate, int channels, int tailLength ) : System
Capture ( byte inputData, int inputIndex, int inputLength ) : byte[]
Dispose ( ) : void
Render ( byte echoData, int echoIndex, int echoLength ) : void

Method Details

AcousticEchoCanceller() public méthode

public AcousticEchoCanceller ( int clockRate, int channels, int tailLength ) : System
clockRate int
channels int
tailLength int
Résultat System

Capture() public méthode

public Capture ( byte inputData, int inputIndex, int inputLength ) : byte[]
inputData byte
inputIndex int
inputLength int
Résultat byte[]

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Render() public méthode

public Render ( byte echoData, int echoIndex, int echoLength ) : void
echoData byte
echoIndex int
echoLength int
Résultat void