AudioDeviceInfoBuilderSetSupportedWaveFormats Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic AudioDeviceInfoBuilder SetSupportedWaveFormats(
SupportedWaveFormat supportedWaveFormat
)
Public Function SetSupportedWaveFormats (
supportedWaveFormat As SupportedWaveFormat
) As AudioDeviceInfoBuilder
public:
AudioDeviceInfoBuilder^ SetSupportedWaveFormats(
SupportedWaveFormat supportedWaveFormat
)
member SetSupportedWaveFormats :
supportedWaveFormat : SupportedWaveFormat -> AudioDeviceInfoBuilder
Parameters
- supportedWaveFormat SupportedWaveFormat
-
Return Value
AudioDeviceInfoBuilder
See Also