Returns a reference to a CControlLoudness object.

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

Syntax

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

Remarks

The return type for the property may be nothing if the control being managed does not support controlling the loudness equalization setting.

See Also