AudioQualityEnhancerAutoGainControl Property |
Gets or sets a boolean value indicating whether the Auto Gain Control is enabled.
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic bool AutoGainControl { get; set; }Public Property AutoGainControl As Boolean
Get
Set
public:
property bool AutoGainControl {
bool get ();
void set (bool value);
}member AutoGainControl : bool with get, set
Property Value
Boolean
See Also