C# 클래스 Xamarin.Forms.Conference.WebRTC.Droid.AudioProcessing.AcousticEchoCanceller

상속: IDisposable
파일 보기 프로젝트 열기: QuickBlox/quickblox-dotnet-sdk 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AcousticEchoCanceller() 공개 메소드

public AcousticEchoCanceller ( int clockRate, int channels, int tailLength ) : System
clockRate int
channels int
tailLength int
리턴 System

Capture() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Render() 공개 메소드

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