Use to query wether the device is the default audio device, systemwide. Setting it to true, will set the device as the default audio device.

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

Syntax

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

Remarks