Enum mp4parse::VideoCodecSpecific[][src]

pub enum VideoCodecSpecific {
    AVCConfig(TryVec<u8>),
    VPxConfig(VPxConfigBox),
    AV1Config(AV1ConfigBox),
    ESDSConfig(TryVec<u8>),
    H263Config(TryVec<u8>),
}

Variants

AVCConfig(TryVec<u8>)

Tuple Fields of AVCConfig

0: TryVec<u8>
VPxConfig(VPxConfigBox)

Tuple Fields of VPxConfig

0: VPxConfigBox
AV1Config(AV1ConfigBox)

Tuple Fields of AV1Config

0: AV1ConfigBox
ESDSConfig(TryVec<u8>)

Tuple Fields of ESDSConfig

0: TryVec<u8>
H263Config(TryVec<u8>)

Tuple Fields of H263Config

0: TryVec<u8>

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.