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.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void SetEchoSource(
Speaker handler
)
Public Sub SetEchoSource (
handler As Speaker
)
public:
void SetEchoSource(
Speaker^ handler
)
member SetEchoSource :
handler : Speaker -> unit
Parameters
- handler
- Type: Ozeki.MediaSpeaker
The media handler which from the echo comes.
See Also