Provides access to all the available mixers in the host computer, even if disabled.

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

Syntax

C#
public List<CCoreAudio..::..CMixer> Mixers { get; }
Visual Basic
Public ReadOnly Property Mixers As List(Of CCoreAudio..::..CMixer)
	Get
Visual C++
public:
property List<CCoreAudio..::..CMixer^>^ Mixers {
	List<CCoreAudio..::..CMixer^>^ get ();
}

Remarks

The list includes all the mixers available on the host machine.

See Also