SpatialAudioMetadataItemsInfo 结构 (spatialaudiometadata.h)

提供有关 ISpatialAudioMetadataItems 对象的信息。 通过调用 GetInfo 获取此结构的副本。

语法

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

成员

FrameCount

总帧计数,用于定义有效的项偏移量。

ItemCount

当前存储的项数。

MaxItemCount

允许的最大项目数。

MaxValueBufferLength

元数据格式定义的最大命令值的大小。

MaxItemCount

MaxValueBufferLength

要求

要求
Header spatialaudiometadata.h