Click or drag to resize
EchoFilter Constructor
Initializes a new instance of the EchoFilter class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public EchoFilter(
	WaveFormat mic_format,
	int frameSize,
	int filterLength,
	int delay,
	WaveFormat speaker_format
)

Parameters

mic_format
Type: Ozeki.MediaWaveFormat
frameSize
Type: SystemInt32
filterLength
Type: SystemInt32
delay
Type: SystemInt32
speaker_format
Type: Ozeki.MediaWaveFormat
See Also