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: 10.4.54.0
Syntax
public void SetEchoSource(
	Speaker handler
)

Parameters

handler  Speaker
The media handler which from the echo comes.
See Also