ISpatialAudioMetadataItems::GetFrameCount method (spatialaudiometadata.h)

Gets the total frame count of the ISpatialAudioMetadataItems, which defines valid item offsets.

Syntax

HRESULT GetFrameCount(
  [out] UINT16 *frameCount
);

Parameters

[out] frameCount

The total frame count.

Return value

If the method succeeds, it returns S_OK.

Requirements

Requirement Value
Target Platform Windows
Header spatialaudiometadata.h

See also

ISpatialAudioMetadataItems