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,
}Wrapper for arguments of
Sys::set_software_format and
Sys::get_software_format.
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[src]
Returns the "default value" for a type. Read more