Struct goxlr_profile_loader::microphone::equalizer::Equalizer
source · [−]pub struct Equalizer { /* private fields */ }
Implementations
sourceimpl Equalizer
impl Equalizer
pub fn new() -> Self
pub fn parse_equaliser(
&mut self,
attributes: &[OwnedAttribute]
) -> Result<(), ParseError>
pub fn write_equaliser(&self, attributes: &mut HashMap<String, String>)
pub fn eq_31h_gain(&self) -> i8
pub fn eq_63h_gain(&self) -> i8
pub fn eq_125h_gain(&self) -> i8
pub fn eq_250h_gain(&self) -> i8
pub fn eq_500h_gain(&self) -> i8
pub fn eq_1k_gain(&self) -> i8
pub fn eq_2k_gain(&self) -> i8
pub fn eq_4k_gain(&self) -> i8
pub fn eq_8k_gain(&self) -> i8
pub fn eq_16k_gain(&self) -> i8
pub fn eq_31h_freq(&self) -> f32
pub fn eq_63h_freq(&self) -> f32
pub fn eq_125h_freq(&self) -> f32
pub fn eq_250h_freq(&self) -> f32
pub fn eq_500h_freq(&self) -> f32
pub fn eq_1k_freq(&self) -> f32
pub fn eq_2k_freq(&self) -> f32
pub fn eq_4k_freq(&self) -> f32
pub fn eq_8k_freq(&self) -> f32
pub fn eq_16k_freq(&self) -> f32
pub fn eq_31h_freq_as_goxlr(&self) -> i32
pub fn eq_63h_freq_as_goxlr(&self) -> i32
pub fn eq_125h_freq_as_goxlr(&self) -> i32
pub fn eq_250h_freq_as_goxlr(&self) -> i32
pub fn eq_500h_freq_as_goxlr(&self) -> i32
pub fn eq_1k_freq_as_goxlr(&self) -> i32
pub fn eq_2k_freq_as_goxlr(&self) -> i32
pub fn eq_4k_freq_as_goxlr(&self) -> i32
pub fn eq_8k_freq_as_goxlr(&self) -> i32
pub fn eq_16k_freq_as_goxlr(&self) -> i32
pub fn set_eq_31h_gain(&mut self, eq_31h_gain: i8)
pub fn set_eq_63h_gain(&mut self, eq_63h_gain: i8)
pub fn set_eq_125h_gain(&mut self, eq_125h_gain: i8)
pub fn set_eq_250h_gain(&mut self, eq_250h_gain: i8)
pub fn set_eq_500h_gain(&mut self, eq_500h_gain: i8)
pub fn set_eq_1k_gain(&mut self, eq_1k_gain: i8)
pub fn set_eq_2k_gain(&mut self, eq_2k_gain: i8)
pub fn set_eq_4k_gain(&mut self, eq_4k_gain: i8)
pub fn set_eq_8k_gain(&mut self, eq_8k_gain: i8)
pub fn set_eq_16k_gain(&mut self, eq_16k_gain: i8)
pub fn set_eq_31h_freq(&mut self, eq_31h_freq: f32)
pub fn set_eq_63h_freq(&mut self, eq_63h_freq: f32)
pub fn set_eq_125h_freq(&mut self, eq_125h_freq: f32)
pub fn set_eq_250h_freq(&mut self, eq_250h_freq: f32)
pub fn set_eq_500h_freq(&mut self, eq_500h_freq: f32)
pub fn set_eq_1k_freq(&mut self, eq_1k_freq: f32)
pub fn set_eq_2k_freq(&mut self, eq_2k_freq: f32)
pub fn set_eq_4k_freq(&mut self, eq_4k_freq: f32)
pub fn set_eq_8k_freq(&mut self, eq_8k_freq: f32)
pub fn set_eq_16k_freq(&mut self, eq_16k_freq: f32)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Equalizer
impl Send for Equalizer
impl Sync for Equalizer
impl Unpin for Equalizer
impl UnwindSafe for Equalizer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more