AudioDeviceInfoBuilderSetSupportedWaveFormats Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: SupportedWaveFormat
Return Value
Type:
AudioDeviceInfoBuilder
See Also