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

sample_rate: i32 format: SoundFormat num_output_channels: i32 max_input_channels: i32 resample_method: DspResampler bits: i32

Trait Implementations

impl Default for SoftwareFormat
[src]

fn default() -> SoftwareFormat

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