Struct riff_wave::PcmFormat [] [src]

pub struct PcmFormat {
    pub num_channels: u16,
    pub sample_rate: u32,
    pub bits_per_sample: u16,
}

Fields

num_channels: u16 sample_rate: u32 bits_per_sample: u16

Trait Implementations

impl Debug for PcmFormat
[src]

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

Formats the value using the given formatter.