Provides access to a CControlVolume object to allow querying and manipulating the volume level of the session.

Namespace: NMixerProNET
Assembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)

Syntax

C#
public CCoreAudio..::..CControl..::..CControlVolume ControlVolume { get; }
Visual Basic
Public ReadOnly Property ControlVolume As CCoreAudio..::..CControl..::..CControlVolume
	Get
Visual C++
public:
property CCoreAudio..::..CControl..::..CControlVolume^ ControlVolume {
	CCoreAudio..::..CControl..::..CControlVolume^ get ();
}

See Also