Skip to main content

Crate avif_parse

Crate avif_parse 

Source
Expand description

Module for parsing ISO Base Media Format aka video/mp4 streams.

Structs§

AV1Metadata
See AvifData::primary_item_metadata()
AvifData
ContentLightLevel
Content Light Level Information (CEA-861.3).
MasteringDisplayColourVolume
Mastering Display Colour Volume (SMPTE ST 2086).

Enums§

Error
Describes parser failures.

Functions§

read_avif
Read the contents of an AVIF file

Type Aliases§

Result
Result shorthand using our Error enum.