Struct alac::DecoderConfig [] [src]

pub struct DecoderConfig {
    pub frame_length: u32,
    pub compatible_version: u8,
    pub bit_depth: u8,
    pub pb: u8,
    pub mb: u8,
    pub kb: u8,
    pub num_channels: u8,
    pub max_run: u16,
    pub max_frame_bytes: u32,
    pub avg_bit_rate: u32,
    pub sample_rate: u32,
}

Fields

Methods

impl DecoderConfig
[src]

Trait Implementations

impl Clone for DecoderConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DecoderConfig
[src]

impl Debug for DecoderConfig
[src]

Formats the value using the given formatter.

impl Eq for DecoderConfig
[src]

impl PartialEq for DecoderConfig
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.