ISpatialAudioClient::GetSupportedAudioObjectFormatEnumerator method

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

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

enumerator [out]

Pointer to the pointer that receives the IAudioFormatEnumerator interface.

Return value

If the method succeeds, it returns S_OK.

Requirements

Header

Spatialaudioclient.h

See also

ISpatialAudioClient

 

 

Show: