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