Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 919 Bytes

File metadata and controls

20 lines (13 loc) · 919 Bytes

openize.isobmff.IlocItemExtent

Data class for organised storage on location data extents.

Methods

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

Fields

Name Type Description Notes
index long An index as defined for the constructionmethod.
offset long The absolute offset, in bytes from the data origin of the container, of this extent data.
If offset_size is 0, extent_offset takes the value 0.
length long The absolute length in bytes of this metadata item extent.
If length_size is 0, extent_length takes the value 0.
If the value is 0, then length of the extent is the length of the entire referenced container.

[Back to API_README]