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,
}
Expand description

Wrapper for arguments of Sys::set_software_format and Sys::get_software_format.

Fields

sample_rate: i32format: SoundFormatnum_output_channels: i32max_input_channels: i32resample_method: DspResamplerbits: i32

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.