This property can be used to adjust the volume of the Playback without affecting the Main/Wave output volumes of the sound card

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

C#
public short PlaybackVolume { get; set; }
Visual Basic
Public Property PlaybackVolume As Short
	Get
	Set
Visual C++
public:
property short PlaybackVolume {
	short get ();
	void set (short value);
}

Remarks

The property accepts any value from -100 to 100 where the value indicates the ammount of attenuation (negative values) or amplicfication (positive values) that will be applied.

See Also