Struct mp4parse::AudioSampleEntry [] [src]

pub struct AudioSampleEntry {
    pub channelcount: u16,
    pub samplesize: u16,
    pub samplerate: u32,
    pub codec_specific: AudioCodecSpecific,
    pub protection_info: Vec<ProtectionSchemeInfoBox>,
    // some fields omitted
}

Fields

Trait Implementations

impl Debug for AudioSampleEntry
[src]

Formats the value using the given formatter.

impl Clone for AudioSampleEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more