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 |
---|---|---|---|
ToString | string | Text summary of the box. | |
Children | ObservableCollection | Observable collection of the nested boxes. |
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.
ulong size - Box size in bytes.
ulong startPos - Start position in bits.