AutomaticGainControlGainLevel Property |
The maximum gain applied to a target signal.
Namespace: StreamCoders.WaveAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic float GainLevel { get; set; }
Public Property GainLevel As Single
Get
Set
public:
property float GainLevel {
float get ();
void set (float value);
}
member GainLevel : float32 with get, set
Property Value
Type:
Single
The gain level.
See Also