Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.02 KB

File metadata and controls

29 lines (19 loc) · 1.02 KB

openize.isobmff.MovieBox

The metadata for a presentation is stored in the single Movie Box which occurs at the top‐level of a file.

Properties

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

Methods

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

Fields

Name Type Description Notes
boxes List List of nested boxes.

Constructors

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