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
channelcount: u16
samplesize: u16
samplerate: u32
codec_specific: AudioCodecSpecific
protection_info: Vec<ProtectionSchemeInfoBox>
Trait Implementations
impl Debug for AudioSampleEntry[src]
impl Clone for AudioSampleEntry[src]
fn clone(&self) -> AudioSampleEntry
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