Struct voicemeeter::interface::parameters::fx::VoicemeeterFx
source · pub struct VoicemeeterFx<'a> { /* private fields */ }
Available on crate feature
interface
only.Expand description
Fx parameters
Implementations§
source§impl<'a> VoicemeeterFx<'a>
impl<'a> VoicemeeterFx<'a>
sourcepub fn param(&self, dot: impl Display) -> Cow<'static, ParameterNameRef>
pub fn param(&self, dot: impl Display) -> Cow<'static, ParameterNameRef>
Get the identifier for an option: Fx.{dot}
sourcepub fn reverb_on(&self) -> BoolParameter<'_>
pub fn reverb_on(&self) -> BoolParameter<'_>
Reverb status
sourcepub fn reverb_ab(&self) -> BoolParameter<'_>
pub fn reverb_ab(&self) -> BoolParameter<'_>
Reverb AB choice
sourcepub fn delay_on(&self) -> BoolParameter<'_>
pub fn delay_on(&self) -> BoolParameter<'_>
Delay status
sourcepub fn delay_ab(&self) -> BoolParameter<'_>
pub fn delay_ab(&self) -> BoolParameter<'_>
Delay AB choice
Auto Trait Implementations§
impl<'a> RefUnwindSafe for VoicemeeterFx<'a>
impl<'a> Send for VoicemeeterFx<'a>
impl<'a> Sync for VoicemeeterFx<'a>
impl<'a> Unpin for VoicemeeterFx<'a>
impl<'a> UnwindSafe for VoicemeeterFx<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more