Allows querying and manipulating the loudness equalization state of a control

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

Syntax

C#
public bool Loudness { get; set; }
Visual Basic
Public Property Loudness As Boolean
	Get
	Set
Visual C++
public:
property bool Loudness {
	bool get ();
	void set (bool value);
}

See Also