Struct mp4parse::ItemPropertiesBox[][src]

pub struct ItemPropertiesBox { /* fields omitted */ }
Expand description

See ISOBMFF (ISO 14496-12:2020 § 8.11.14.1

The properties themselves are stored in properties, but the items they’re associated with are stored in association_entries. It’s necessary to maintain this indirection because multiple items can reference the same property. For example, both the primary item and alpha item can share the same ImageSpatialExtentsProperty.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. 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.