Struct rfmod::SoftwareFormat [] [src]

pub struct SoftwareFormat {
    pub sample_rate: i32,
    pub format: SoundFormat,
    pub num_output_channels: i32,
    pub max_input_channels: i32,
    pub resample_method: DspResampler,
    pub bits: i32,
}

Fields

Trait Implementations

impl Default for SoftwareFormat
[src]

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