Enum mp4parse::VideoCodecSpecific [] [src]

pub enum VideoCodecSpecific {
    AVCConfig(Vec<u8>),
    VPxConfig(VPxConfigBox),
}

Variants

Trait Implementations

impl Debug for VideoCodecSpecific
[src]

Formats the value using the given formatter.

impl Clone for VideoCodecSpecific
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more