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

Inheritance: IDisposable
Datei anzeigen Open project: QuickBlox/quickblox-dotnet-sdk Class Usage Examples

Public Methods

Method 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 method

public AcousticEchoCanceller ( int clockRate, int channels, int tailLength ) : System
clockRate int
channels int
tailLength int
return System

Capture() public method

public Capture ( byte inputData, int inputIndex, int inputLength ) : byte[]
inputData byte
inputIndex int
inputLength int
return byte[]

Dispose() public method

public Dispose ( ) : void
return void

Render() public method

public Render ( byte echoData, int echoIndex, int echoLength ) : void
echoData byte
echoIndex int
echoLength int
return void