IAudioFormatEnumerator interface (spatialaudioclient.h)

Provides a list of supported audio formats. The most preferred format is first in the list. Get a reference to this interface by calling ISpatialAudioClient::GetSupportedAudioObjectFormatEnumerator.

Inheritance

The IAudioFormatEnumerator interface inherits from the IUnknown interface. IAudioFormatEnumerator also has these types of members:

Methods

The IAudioFormatEnumerator interface has these methods.

 
IAudioFormatEnumerator::GetCount

Gets the number of supported audio formats in the list.
IAudioFormatEnumerator::GetFormat

Gets the format with the specified index in the list. The formats are listed in order of importance. The most preferable format is first in the list.

Requirements

Requirement Value
Target Platform Windows
Header spatialaudioclient.h