Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.17 KB

File metadata and controls

30 lines (20 loc) · 1.17 KB

openize.isobmff.ItemInfoBox

The item information box provides extra information about file entries.

Properties

Name Type Description Notes
Children ObservableCollection Observable collection of entries of extra information.

Methods

Name Type Description Notes
toString() String Text summary of the box.

Fields

Name Type Description Notes
entry_count long A count of the number of entries in the info entry array.
item_infos ItemInfoEntry[] Array of entries of extra information, each entry is formatted as a box.
This array is sorted by increasing item_ID in the entry records.

Constructors

Name Description Parameters
ItemInfoBox Create the box object from the bitstream and box size. BitStreamReader stream - File stream.
long size - Box size in bytes.

[Back to API_README]