IAudioClientIsFormatSupported Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax int 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: Ozeki.MediaWaveFormat
- closestMatchFormat
- Type: Ozeki.MediaWaveFormatExtensible
Return Value
Type:
Int32See Also