Use this property to query whether CoreAudio is required.

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

Syntax

C#
public static bool RequiresCoreAudio { get; }
Visual Basic
Public Shared ReadOnly Property RequiresCoreAudio As Boolean
	Get
Visual C++
public:
static property bool RequiresCoreAudio {
	bool get ();
}

Return Value

Returns True if Windows Vista or later is detected.

See Also