Enum mp4parse::AudioCodecSpecific [] [src]

pub enum AudioCodecSpecific {
    ES_Descriptor(Vec<u8>),
    OpusSpecificBox(OpusSpecificBox),
}

Variants

Trait Implementations

impl Debug for AudioCodecSpecific
[src]

Formats the value using the given formatter.

impl Clone for AudioCodecSpecific
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more