pub struct MonitorSrcParam {
pub gain_to_mixer: i32,
pub pan_to_mixer: i32,
pub gain_to_send: i32,
}Expand description
Parameter of monitor source.
Fields§
§gain_to_mixer: i32ch 1 gain to mixer ch 1/2 (0xfffffc18..0x00000000, -90.0..0.00 dB)
pan_to_mixer: i32ch 1 pan to mixer ch 1/2 (0xffffffce..0x00000032, -50.0..+50.0 dB)
gain_to_send: i32ch 1 gain to send ch 1/2 (0xfffffc18..0x00000000, -90.0..0.00 dB)
Trait Implementations§
source§impl Clone for MonitorSrcParam
impl Clone for MonitorSrcParam
source§fn clone(&self) -> MonitorSrcParam
fn clone(&self) -> MonitorSrcParam
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MonitorSrcParam
impl Debug for MonitorSrcParam
source§impl Default for MonitorSrcParam
impl Default for MonitorSrcParam
source§fn default() -> MonitorSrcParam
fn default() -> MonitorSrcParam
Returns the “default value” for a type. Read more
source§impl PartialEq for MonitorSrcParam
impl PartialEq for MonitorSrcParam
source§fn eq(&self, other: &MonitorSrcParam) -> bool
fn eq(&self, other: &MonitorSrcParam) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for MonitorSrcParam
impl Eq for MonitorSrcParam
impl StructuralEq for MonitorSrcParam
impl StructuralPartialEq for MonitorSrcParam
Auto Trait Implementations§
impl RefUnwindSafe for MonitorSrcParam
impl Send for MonitorSrcParam
impl Sync for MonitorSrcParam
impl Unpin for MonitorSrcParam
impl UnwindSafe for MonitorSrcParam
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