IMFSpatialAudioSample interface (mfspatialaudio.h)

Represents a multimedia sample with spatial sound information. Every IMFSpatialAudioSample contains one or more IMFSpatialAudioObjectBuffer objects.

Inheritance

The IMFSpatialAudioSample interface inherits from IMFSample. IMFSpatialAudioSample also has these types of members:

Methods

The IMFSpatialAudioSample interface has these methods.

 
IMFSpatialAudioSample::AddSpatialAudioObject

Adds a new spatial audio object, represented by an IMFSpatialAudioObjectBuffer object, to the sample.
IMFSpatialAudioSample::GetObjectCount

Gets the count of spatial audio objects, represented by IMFSpatialAudioObjectBuffer objects, in the sample.
IMFSpatialAudioSample::GetSpatialAudioObjectByIndex

Returns the spatial audio object, represented by an IMFSpatialAudioObjectBuffer object, corresponding to the specified index.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1703 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header mfspatialaudio.h (include Mfobjects.h)

See also

IMFSample