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