Enum mp4parse::AudioCodecSpecific [] [src]

pub enum AudioCodecSpecific {
    ES_Descriptor(ES_Descriptor),
    FLACSpecificBox(FLACSpecificBox),
    OpusSpecificBox(OpusSpecificBox),
    MP3,
}

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