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.98
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
Int16
See Also