IAudioFormatEnumerator interface

[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.]

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.

Members

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

Methods

The IAudioFormatEnumerator interface has these methods.

MethodDescription
GetCount

Gets the number of supported audio formats in the list

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

Header

Spatialaudioclient.h

 

 

Show: