IAudioClientIsFormatSupported Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.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 AudioClientShareMode
-
- pFormat WaveFormat
-
- closestMatchFormat WaveFormatExtensible
-
Return Value
Int32
See Also