ISpatialAudioClient::IsAudioObjectFormatSupported method (spatialaudioclient.h)
Gets a value indicating whether ISpatialAudioObjectRenderStream supports a the specified format.
Syntax
HRESULT IsAudioObjectFormatSupported(
[in] const WAVEFORMATEX *objectFormat
);
Parameters
[in] objectFormat
The format for which support is queried.
Return value
If the specified format is supported, it returns S_OK. If specified format is unsupported, this method returns AUDCLNT_E_UNSUPPORTED_FORMAT.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | spatialaudioclient.h |