pub struct VoicemeeterOption<'a> { /* private fields */ }Available on crate feature
interface only.Expand description
Option parameters for voicemeeter
Implementations§
Source§impl<'a> VoicemeeterOption<'a>
impl<'a> VoicemeeterOption<'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: Option.{dot}
Sourcepub fn sr(&self) -> FloatParameter<'_>
pub fn sr(&self) -> FloatParameter<'_>
Sourcepub fn asio_sr(&self) -> BoolParameter<'_>
pub fn asio_sr(&self) -> BoolParameter<'_>
Samplerate for ASIO driver on output A1.
Value | Description
— | —
false | default ASIO samplerate
true | preferred samplerate
Sourcepub fn delay(&self, bus: usize) -> IntParameter<'_>
pub fn delay(&self, bus: usize) -> IntParameter<'_>
BUS output delay
Sourcepub fn buffer_mme(&self) -> IntParameter<'_>
pub fn buffer_mme(&self) -> IntParameter<'_>
MME buffer size
Sourcepub fn buffer_wdm(&self) -> IntParameter<'_>
pub fn buffer_wdm(&self) -> IntParameter<'_>
WDM buffer size
Sourcepub fn buffer_ks(&self) -> IntParameter<'_>
pub fn buffer_ks(&self) -> IntParameter<'_>
KS buffer size
Sourcepub fn buffer_asio(&self) -> IntParameter<'_>
pub fn buffer_asio(&self) -> IntParameter<'_>
ASIO buffer size
Sourcepub fn mode_exlusif(&self) -> BoolParameter<'_>
pub fn mode_exlusif(&self) -> BoolParameter<'_>
WDM input exclusive
Sourcepub fn mode_swift(&self) -> BoolParameter<'_>
pub fn mode_swift(&self) -> BoolParameter<'_>
WDM swift mode
Sourcepub fn monitor_on_sel(&self) -> BoolParameter<'_>
pub fn monitor_on_sel(&self) -> BoolParameter<'_>
Option Monitor on SEL
Auto Trait Implementations§
impl<'a> Freeze for VoicemeeterOption<'a>
impl<'a> RefUnwindSafe for VoicemeeterOption<'a>
impl<'a> Send for VoicemeeterOption<'a>
impl<'a> Sync for VoicemeeterOption<'a>
impl<'a> Unpin for VoicemeeterOption<'a>
impl<'a> UnwindSafe for VoicemeeterOption<'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