AudioDeviceInfoBuilderSetSupportedFormats Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic AudioDeviceInfoBuilder SetSupportedFormats(
List<SupportedWaveFormat> supportedFormats
)
Public Function SetSupportedFormats (
supportedFormats As List(Of SupportedWaveFormat)
) As AudioDeviceInfoBuilder
public:
AudioDeviceInfoBuilder^ SetSupportedFormats(
List<SupportedWaveFormat>^ supportedFormats
)
member SetSupportedFormats :
supportedFormats : List<SupportedWaveFormat> -> AudioDeviceInfoBuilder
Parameters
- supportedFormats ListSupportedWaveFormat
-
Return Value
AudioDeviceInfoBuilder
See Also