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: 1.8.12.0 (1.8.12)
Syntax
public bool IsFormatSupported(
	AudioClientShareMode shareMode,
	WaveFormat desiredFormat
)

Parameters

shareMode
Type: Ozeki.MediaAudioClientShareMode
desiredFormat
Type: Ozeki.MediaWaveFormat

Return Value

Type: Boolean
See Also