AutomaticGainControlTargetLevel Property |
The requested level of the signal.
Namespace: StreamCoders.WaveAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic float TargetLevel { get; set; }
Public Property TargetLevel As Single
Get
Set
public:
property float TargetLevel {
float get ();
void set (float value);
}
member TargetLevel : float32 with get, set
Property Value
Type:
Single
The target level.
See Also