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.4.54.0
Syntax
public bool IsFormatSupported(
	AudioClientShareMode shareMode,
	WaveFormat desiredFormat
)

Parameters

shareMode  AudioClientShareMode
 
desiredFormat  WaveFormat
 

Return Value

Boolean
See Also