Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.21 KB

HandlerBox.md

File metadata and controls

24 lines (16 loc) · 1.21 KB

Openize.IsoBmff.HandlerBox

This box declares media type of the track, and thus the process by which the media‐data in the track is presented.

Properties

Name Type Description Notes
ToString string Text summary of the box.

Fields

Name Type Description Notes
handler_type uint When present in a media box, contains a value as defined in clause 12, or a value from a derived specification, or registration.
When present in a meta box, contains an appropriate value to indicate the format of the meta box contents.
The value 'null' can be used in the primary meta box to indicate that it is merely being used to hold resources.
name string A null‐terminated string in UTF‐8 characters which gives a human‐readable name for the track type (for debugging and inspection purposes).

Constructors

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

[Back to API_README]