Microsoft DirectX 9.0 SDK Update (October 2004)

WaveFormat.Channels Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves and sets the number of channels in the waveform-audio data, for the format type.

Definition

Visual Basic .NET Public Property Channels As Short
C# public short Channels { get; set; }
Managed C++ public: __property short get_Channels();
public: __property void set_Channels(short);
JScript .NET public function get Channels() : short
public function set Channels(short);

Property Value

System.Int16 . The number of channels in the waveform-audio data, for the format type.

This property is read/write. 

Remarks

Monaural data uses one channel and stereo data uses two channels.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center