| WaveFormatChannels Property  | 
            Gets or sets the number of channels in the waveform-audio data. (Mono = 1, Stereo = 2). (nChannels)
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
Property Value
Type: 
Int16
See Also