Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.14 KB

File metadata and controls

30 lines (20 loc) · 1.14 KB

openize.isobmff.ItemReferenceBox

Contains all the linking of one item to others via typed references. All references for one item of a specific type are collected into a single item type reference box.

Properties

Name Type Description Notes
Children ObservableCollection Observable collection of the references.

Methods

Name Type Description Notes
toString() String Text summary of the box.

Fields

Name Type Description Notes
references List List of references.

Constructors

Name Description Parameters
ItemReferenceBox Create the box object from the bitstream, box size and start position. BitStreamReader stream - File stream.
long size - Box size in bytes.
long startPos - Start position in bits.

[Back to API_README]