| AudioFormatChannels Property  | 
            Gets the number of channels.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic int Channels { get; protected set; }Public Property Channels As Integer
	Get
	Protected Set
public:
property int Channels {
	int get ();
	protected: void set (int value);
}member Channels : int with get, set
Property Value
Type: 
Int32
See Also