Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 955 Bytes

DataReferenceBox.md

File metadata and controls

25 lines (17 loc) · 955 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
ToString string Text summary of the box.
Children ObservableCollection Observable collection of the nested boxes.

Fields

Name Type Description Notes
entry_count uint 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]