Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.01 KB

File metadata and controls

26 lines (17 loc) · 1.01 KB

openize.isobmff.DataInformationBox

The data information box contains objects that declare the location of the media information in a track.

Properties

Name Type Description Notes
Children ObservableCollection Observable collection of the nested boxes.

Methods

toString() | String | Text summary of the box. |

Fields

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.

Constructors

Name Description Parameters
DataInformationBox Create the box object from the bitstream and box size. BitStreamReader stream - File stream.
long size - Box size in bytes.

[Back to API_README]