Returns the number of channels for the line.

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

Syntax

C#
public short Channels { get; protected internal set; }
Visual Basic
Public Property Channels As Short
	Get
	Protected Friend Set
Visual C++
public:
property short Channels {
	short get ();
	protected public: void set (short value);
}

See Also