 | ConnectionVolumeFactorWave Property |
Adjust the volume of wave files played by
PlayWaveFile(String, Boolean).
The value is a float defining the volume reduction in decibel.
Reasonable values range from “-40.0” (very silent) to “0.0” (loudest).
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic float VolumeFactorWave { get; set; }
Public Property VolumeFactorWave As Single
Get
Set
public:
property float VolumeFactorWave {
float get ();
void set (float value);
}
member VolumeFactorWave : float32 with get, set
Property Value
Type:
Single
See Also