Struct riff_wave::PcmFormat [] [src]

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

Fields

Trait Implementations

impl Debug for PcmFormat
[src]

Formats the value using the given formatter.