Struct simplemad_sys::MadHeader [] [src]

pub struct MadHeader {
    pub layer: MadLayer,
    pub mode: MadMode,
    pub mode_extension: c_int,
    pub emphasis: MadEmphasis,
    pub bit_rate: c_ulong,
    pub sample_rate: c_uint,
    pub crc_check: c_ushort,
    pub crc_target: c_ushort,
    pub flags: c_int,
    pub private_bits: c_int,
    pub duration: MadTimer,
}

Fields

layer
mode
mode_extension
emphasis
bit_rate
sample_rate
crc_check
crc_target
flags
private_bits
duration

Trait Implementations

Derived Implementations

impl Copy for MadHeader

impl Clone for MadHeader

fn clone(&self) -> MadHeader

fn clone_from(&mut self, source: &Self)

impl Debug for MadHeader

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Default for MadHeader

fn default() -> MadHeader