Enum mp4parse::ItemProperty[][src]

pub enum ItemProperty {
    AuxiliaryType(AuxiliaryTypeProperty),
    AV1Config(AV1ConfigBox),
    Channels(PixelInformation),
    Colour(ColourInformation),
    ImageSpatialExtents(ImageSpatialExtentsProperty),
    Mirroring(ImageMirror),
    Rotation(ImageRotation),
    Unsupported(BoxType),
}
Expand description

See ISOBMFF (ISO 14496-12:2020 § 8.11.14.1

Variants

AuxiliaryType(AuxiliaryTypeProperty)

Tuple Fields of AuxiliaryType

0: AuxiliaryTypeProperty
AV1Config(AV1ConfigBox)

Tuple Fields of AV1Config

0: AV1ConfigBox

Tuple Fields of Channels

0: PixelInformation

Tuple Fields of Colour

0: ColourInformation
ImageSpatialExtents(ImageSpatialExtentsProperty)

Tuple Fields of ImageSpatialExtents

0: ImageSpatialExtentsProperty
Mirroring(ImageMirror)

Tuple Fields of Mirroring

0: ImageMirror
Rotation(ImageRotation)

Tuple Fields of Rotation

0: ImageRotation
Unsupported(BoxType)

Necessary to validate property indices in read_iprp

Tuple Fields of Unsupported

0: BoxType

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.