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 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 |