IAudioClientIsFormatSupported Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxint IsFormatSupported(
AudioClientShareMode shareMode,
WaveFormat pFormat,
out WaveFormatExtensible closestMatchFormat
)
Function IsFormatSupported (
shareMode As AudioClientShareMode,
pFormat As WaveFormat,
<OutAttribute> ByRef closestMatchFormat As WaveFormatExtensible
) As Integer
int IsFormatSupported(
AudioClientShareMode shareMode,
[InAttribute] WaveFormat^ pFormat,
[OutAttribute] WaveFormatExtensible^% closestMatchFormat
)
abstract IsFormatSupported :
shareMode : AudioClientShareMode *
pFormat : WaveFormat *
closestMatchFormat : WaveFormatExtensible byref -> int
Parameters
- shareMode
- Type: Ozeki.MediaAudioClientShareMode
- pFormat
- Type: WaveFormat
- closestMatchFormat
- Type: WaveFormatExtensible
Return Value
Type:
Int32
See Also