ISpatialAudioClient::GetSupportedAudioObjectFormatEnumerator method (spatialaudioclient.h)

Gets an IAudioFormatEnumerator that contains all supported audio formats for spatial audio objects, the first item in the list represents the most preferable format.

Syntax

HRESULT GetSupportedAudioObjectFormatEnumerator(
  [out] IAudioFormatEnumerator **enumerator
);

Parameters

[out] enumerator

Pointer to the pointer that receives the IAudioFormatEnumerator interface.

Return value

If the method succeeds, it returns S_OK.

Requirements

Requirement Value
Target Platform Windows
Header spatialaudioclient.h

See also

ISpatialAudioClient