Enum mp4parse::AudioCodecSpecific
[−]
[src]
pub enum AudioCodecSpecific {
ES_Descriptor(ES_Descriptor),
FLACSpecificBox(FLACSpecificBox),
OpusSpecificBox(OpusSpecificBox),
MP3,
}Variants
ES_Descriptor(ES_Descriptor)FLACSpecificBox(FLACSpecificBox)OpusSpecificBox(OpusSpecificBox)MP3Trait Implementations
impl Debug for AudioCodecSpecific[src]
impl Clone for AudioCodecSpecific[src]
fn clone(&self) -> AudioCodecSpecific
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