Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 976 Bytes

File metadata and controls

27 lines (18 loc) · 976 Bytes

openize.isobmff.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.

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
entry_count long The count of data references.
entries List The list of data references.

Constructors

Name Description Parameters
DataReferenceBox Create the box object from the bitstream. BitStreamReader stream - File stream.

[Back to API_README]