Struct mp4parse::NclxColourInformation[][src]

#[repr(C)]
pub struct NclxColourInformation { /* fields omitted */ }
Expand description

Despite Rec. ITU-T H.273 (12/2016) defining the CICP fields as having a range of 0-255, and only a small fraction of those values being used, ISOBMFF (ISO 14496-12:2020) § 12.1.5 defines them as 16-bit values in the colr box. Since we have no use for the additional range, and it would complicate matters later, we fallibly convert before storing the input.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.