Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 596 Bytes

File metadata and controls

18 lines (12 loc) · 596 Bytes

Openize.Heic.Decoder.HeicHeader

Heic image header class. Grants convinient access to IsoBmff container meta data.

Properties

Name Type Description Notes
Meta MetaBox Meta data IsoBmff box.
DefaultFrameId uint The identificator of the default frame.

Constructors

Name Description Parameters
HeicHeader Initializes a new instance of the heic image header. MetaBox meta - Meta data box.

[Back to API_README]