CaptureCaps.Channels Property (Microsoft.DirectX.DirectSound)

Retrieves the number of channels supported by the device.

Definition

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

Property Value

System.Int32
The number of channels supported by the device.

This property is read-only. 

Remarks

Mono is one channel, stereo is two channels, and so on.