|   | WaveFormatChunkChannels Property | 
        
        
            Gets or sets number of audio channels in the 
WaveFile.
            
 GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic short Channels { get; set; }Public Property Channels As Short
	Get
	Set
public:
property short Channels {
	short get ();
	void set (short value);
}member Channels : int16 with get, set
function get_Channels();
function set_Channels(value);
Property Value
Int16 Remarks
Remarks
            This property defines the number of channels (e.g., mono = 1, stereo = 2, etc.) defined
            in each sample block. See 
DataChannels enumeration for more details.
            
 See Also
See Also