AudioQualityEnhancerEchoDelay Property |
Gets or sets the delay of the acoustic echo (in milliseconds).
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic int EchoDelay { get; set; }
Public Property EchoDelay As Integer
Get
Set
public:
property int EchoDelay {
int get ();
void set (int value);
}
member EchoDelay : int with get, set
Property Value
Type:
Int32
See Also