Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 937 Bytes

MovieBox.md

File metadata and controls

24 lines (16 loc) · 937 Bytes

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
ToString string Text summary of the box.
Children ObservableCollection Observable collection of the nested boxes.

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.
ulong size - Box size in bytes.
ulong startPos - Start position in bits.

[Back to API_README]