The item information box provides extra information about file entries.
Name | Type | Description | Notes |
---|---|---|---|
ToString | string | Text summary of the box. | |
Children | ObservableCollection | Observable collection of entries of extra information. |
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. |
Name | Description | Parameters
------------ | ------------- | ------------- | -------------
ItemInfoBox | Create the box object from the bitstream and box size. | BitStreamReader stream - File stream.
ulong size - Box size in bytes.