Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.4 KB

File metadata and controls

32 lines (22 loc) · 1.4 KB

openize.isobmff.ItemPropertiesBox

The ItemPropertiesBox enables the association of any item with an ordered set of item properties. Item properties are small data records.

Properties

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

Methods

Name Type Description Parameters
toString() String Text summary of the box.
getProperties Map<Long, List> Returns properties in a convinient form factor.
Returns dictionary with Lists of boxes that can be accessed by item id.

Fields

Name Type Description Notes
property_container ItemPropertyContainerBox Contains an implicitly indexed list of item properties.
association List Associates items with item properties.

Constructors

Name Description Parameters
ItemPropertiesBox 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]