Sets or returns the number of chanels to monitor (1 for mono and 2 for stereo)

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

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

Remarks

You should check each one of the Qualities for the selected Device to ensure that the provided number of Channels is valid and supported by the device.

See Also