Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |