Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 975 Bytes

File metadata and controls

30 lines (20 loc) · 975 Bytes

openize.isobmff.ItemPropertyAssociation

Associates items with item properties.

Properties

Name Type Description Notes
Children ObservableCollection Observable collection of the property entries.

Methods

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

Fields

Name Type Description Notes
entry_count long List of nested boxes.
entries ItemPropertyEntry[] Property entrie array.

Constructors

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

[Back to API_README]