The data information box contains objects that declare the location of the media information in a track.
| Name | Type | Description | Notes |
|---|---|---|---|
| Children | ObservableCollection | Observable collection of the nested boxes. |
toString() | String | Text summary of the box. |
| Name | Type | Description | Notes |
|---|---|---|---|
| dref | DataReferenceBox | The data reference object contains a table of data references (normally URLs) that declare the location(s) of the media data used within the presentation. |
| Name | Description | Parameters |
|---|---|---|
| DataInformationBox | Create the box object from the bitstream and box size. | BitStreamReader stream - File stream. long size - Box size in bytes. |