AutomaticGainControlThresholdLevel Property |
Lower threshold of application. If signal power falls below this threshold, then gain
will not be applied.
Namespace: StreamCoders.WaveAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic float ThresholdLevel { get; set; }
Public Property ThresholdLevel As Single
Get
Set
public:
property float ThresholdLevel {
float get ();
void set (float value);
}
member ThresholdLevel : float32 with get, set
Property Value
Type:
Single
The threshold level.
See Also