IMFSpatialAudioSample interface
Represents a multimedia sample with spatial sound information. Every IMFSpatialAudioSample contains one or more IMFSpatialAudioObjectBuffer objects.
Members
The IMFSpatialAudioSample interface inherits from IMFSample. IMFSpatialAudioSample also has these types of members:
Methods
The IMFSpatialAudioSample interface has these methods.
| Method | Description |
|---|---|
| AddSpatialAudioObject |
Adds a new spatial audio object, represented by an IMFSpatialAudioObjectBuffer object, to the sample. |
| GetObjectCount |
Gets the count of spatial audio objects, represented by IMFSpatialAudioObjectBuffer objects, in the sample. |
| GetSpatialAudioObjectByIndex |
Returns the spatial audio object, represented by an IMFSpatialAudioObjectBuffer object, corresponding to the specified index. |
Requirements
|
Minimum supported client |
Windows 10, version 1703 [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also