Click or drag to resize
AudioQualityEnhancerSetEchoSource Method
Sets the source of the echo (usually the Speakers). An echo source must be set in order to work acoustic echo cancellation properly.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public void SetEchoSource(
	Speaker handler
)

Parameters

handler
Type: Ozeki.MediaSpeaker
The media handler which from the echo comes.
See Also