Returns the mixer specified by the index parameter.

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

Syntax

C#
public CMixer this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As CMixer
	Get
Visual C++
public:
property CMixer^ default[int index] {
	CMixer^ get (int index);
}

Parameters

index
Type: System..::..Int32
A positive integer value that specifies the mixer to be retrieved.

Return Value

One of the available mixes in the host computer, where each mixer represents each one of the installed and available sound cards.

See Also