AudioDeviceInfoChannels Property |
Gets the number specifying whether the device supports mono (1) or stereo (2) input.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
Type:
Int16
See Also