The metadata for a presentation is stored in the single Movie Box which occurs at the top‐level of a file.
| Name | Type | Description | Notes |
|---|---|---|---|
| Children | ObservableCollection | Observable collection of the nested boxes. |
| Name | Type | Description | Notes |
|---|---|---|---|
| toString() | String | Text summary of the box. |
| Name | Type | Description | Notes |
|---|---|---|---|
| boxes | List | List of nested boxes. |
| Name | Description | Parameters |
|---|---|---|
| MovieBox | Create the box object from the bitstream, box size and start position. | BitStreamReader stream - File stream. long size - Box size in bytes. long startPos - Start position in bits. |