Struct mp4parse::ES_Descriptor [] [src]

pub struct ES_Descriptor {
    pub audio_codec: CodecType,
    pub audio_object_type: Option<u16>,
    pub audio_sample_rate: Option<u32>,
    pub audio_channel_count: Option<u16>,
    pub codec_esds: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for ES_Descriptor
[src]

Formats the value using the given formatter.

impl Clone for ES_Descriptor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ES_Descriptor
[src]

Returns the "default value" for a type. Read more