Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

See also

ISpatialAudioClient


Feedback

Was this page helpful?

Additional resources