Provides access to a CControlMute object to allow querying and manipulating the mute state of the session.

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

Syntax

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

See Also