AudioDeviceInfoBuilderSetChannels Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic AudioDeviceInfoBuilder SetChannels(
short channels
)
Public Function SetChannels (
channels As Short
) As AudioDeviceInfoBuilder
public:
AudioDeviceInfoBuilder^ SetChannels(
short channels
)
member SetChannels :
channels : int16 -> AudioDeviceInfoBuilder
Parameters
- channels
- Type: SystemInt16
Return Value
Type:
AudioDeviceInfoBuilder
See Also