Used to query the number of channels available on the current control

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

Syntax

C#
public int Channels { get; }
Visual Basic
Public ReadOnly Property Channels As Integer
	Get
Visual C++
public:
property int Channels {
	int get ();
}

Remarks

When this control is managing a session, the number of channels returned will be 0.

This is because session objects do not allow the manipulation of the volume level on a per channel basis.

See Also