Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 900 Bytes

ItemDataBox.md

File metadata and controls

23 lines (15 loc) · 900 Bytes

Openize.IsoBmff.ItemDataBox

This box contains the data of metadata items that use the construction method indicating that an item’s data extents are stored within this box.

Properties

Name Type Description Notes
ToString string Text summary of the box.

Fields

Name Type Description Notes
data byte[] The contained meta data in raw format.

Constructors

Name | Description | Parameters ------------ | ------------- | ------------- | ------------- ItemDataBox | Create the box object from the bitstream, box size and start position. | BitStreamReader stream - File stream.
ulong size - Box size in bytes.
ulong startPos - Start position in bits.

[Back to API_README]