Enum mp4parse::VideoCodecSpecific
[−]
[src]
pub enum VideoCodecSpecific {
AVCConfig(Vec<u8>),
VPxConfig(VPxConfigBox),
}Variants
AVCConfig(Vec<u8>)VPxConfig(VPxConfigBox)Trait Implementations
impl Clone for VideoCodecSpecific[src]
fn clone(&self) -> VideoCodecSpecific
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more