Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.05 KB

ItemInfoBox.md

File metadata and controls

25 lines (17 loc) · 1.05 KB

Openize.IsoBmff.ItemInfoBox

The item information box provides extra information about file entries.

Properties

Name Type Description Notes
ToString string Text summary of the box.
Children ObservableCollection Observable collection of entries of extra information.

Fields

Name Type Description Notes
entry_count uint 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.
ulong size - Box size in bytes.

[Back to API_README]