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