Click or drag to resize

AudioClientIsFormatSupported Method

Gets whether the audio endpoint device supports a particular stream format.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public bool IsFormatSupported(
	AudioClientShareMode shareMode,
	WaveFormat desiredFormat
)

Parameters

shareMode
Type: Ozeki.MediaAudioClientShareMode
desiredFormat
Type: WaveFormat

Return Value

Type: Boolean
See Also