SpatialAudioMetadataItemsInfo structure (spatialaudiometadata.h)

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

Syntax

typedef struct SpatialAudioMetadataItemsInfo {
  UINT16 FrameCount;
  UINT16 ItemCount;
  UINT16 MaxItemCount;
  UINT32 MaxValueBufferLength;
} SpatialAudioMetadataItemsInfo;

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.

MaxItemCount

MaxValueBufferLength

Requirements

Requirement Value
Header spatialaudiometadata.h