SpatialAudioMetadataItemsInfo structure

Provides information about an ISpatialAudioMetadataItems object. Get a copy of this structure by calling GetInfo.

Syntax


typedef struct _SpatialAudioMetadataItemsInfo {
  UINT16 FrameCount;
  UINT16 {
    UINT16 {
      UINT16 MaxValueBufferLength;
    }MaxItemCount;
  }ItemCount;
} SpatialAudioMetadataItemsInfo, *PSpatialAudioMetadataItemsInfo;

Members

FrameCount

The total frame count, which defines valid item offsets.

ItemCount

The current number of items stored.

MaxItemCount

The maximum number of items allowed.

MaxValueBufferLength

The size of the largest command value defined by the metadata format.

Requirements

Header

SpatialAudioMetadata.h

 

 

Show: