Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 740 Bytes

File metadata and controls

23 lines (15 loc) · 740 Bytes

openize.isobmff.PrimaryItemBox

This box contains the identifier of the primary item.

Methods

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

Fields

Name Type Description Notes
item_ID long The identifier of the primary item.

Constructors

Name Description Parameters
PrimaryItemBox Create the box object from the bitstream and box size. BitStreamReader stream - File stream.
long size - Box size in bytes.

[Back to API_README]