AudioDeviceInfoChannels Property |
Gets the number specifying whether the device supports mono (1) or stereo (2) input.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic short Channels { get; }
Public ReadOnly Property Channels As Short
Get
public:
property short Channels {
short get ();
}
member Channels : int16 with get
Property Value
Int16
See Also