Struct mp4parse::AudioSampleEntry [] [src]

pub struct AudioSampleEntry {
    pub samplesize: u16,
    pub samplerate: u32,
    pub codec_specific: AudioCodecSpecific,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for AudioSampleEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AudioSampleEntry
[src]

Formats the value using the given formatter.