AudioQualityEnhancerAcousticEchoCancellation Property |
Gets or sets a boolean value indicating whether the Acoustic Echo Cancellation is enabled.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.77.0
Syntaxpublic bool AcousticEchoCancellation { get; set; }Public Property AcousticEchoCancellation As Boolean
Get
Set
public:
property bool AcousticEchoCancellation {
bool get ();
void set (bool value);
}member AcousticEchoCancellation : bool with get, set
Property Value
Boolean
See Also