AudioQualityEnhancerMaxGain Property |
Gets or sets the maximal gain of the Auto Gain Control (in decibel).
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic int MaxGain { get; set; }
Public Property MaxGain As Integer
Get
Set
public:
property int MaxGain {
int get ();
void set (int value);
}
member MaxGain : int with get, set
Property Value
Type:
Int32
See Also