pub struct FfLatterFxSourceParameters {
pub line_input_gains: Vec<i16>,
pub mic_input_gains: Vec<i16>,
pub spdif_input_gains: Vec<i16>,
pub adat_input_gains: Vec<i16>,
pub stream_input_gains: Vec<u16>,
}Expand description
Parameters of sources to fx component.
Fields§
§line_input_gains: Vec<i16>The gain of line inputs. Each value is between 0xfd76 (-65.0 dB) and 0x0000 (0.0 dB).
mic_input_gains: Vec<i16>The gain of mic inputs. Each value is between 0xfd76 (-65.0 dB) and 0x0000 (0.0 dB).
spdif_input_gains: Vec<i16>The gain of S/PDIF inputs. Each value is between 0xfd76 (-65.0 dB) and 0x0000 (0.0 dB).
adat_input_gains: Vec<i16>The gain of ADAT inputs. Each value is between 0xfd76 (-65.0 dB) and 0x0000 (0.0 dB).
stream_input_gains: Vec<u16>The gain of stream inputs. Each value is between 0x0000 (-65.0 dB) and 0x8b5c (0.0 dB).
Trait Implementations§
Source§impl Clone for FfLatterFxSourceParameters
impl Clone for FfLatterFxSourceParameters
Source§fn clone(&self) -> FfLatterFxSourceParameters
fn clone(&self) -> FfLatterFxSourceParameters
Returns a duplicate 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 FfLatterFxSourceParameters
impl Debug for FfLatterFxSourceParameters
Source§impl Default for FfLatterFxSourceParameters
impl Default for FfLatterFxSourceParameters
Source§fn default() -> FfLatterFxSourceParameters
fn default() -> FfLatterFxSourceParameters
Returns the “default value” for a type. Read more
impl Eq for FfLatterFxSourceParameters
impl StructuralPartialEq for FfLatterFxSourceParameters
Auto Trait Implementations§
impl Freeze for FfLatterFxSourceParameters
impl RefUnwindSafe for FfLatterFxSourceParameters
impl Send for FfLatterFxSourceParameters
impl Sync for FfLatterFxSourceParameters
impl Unpin for FfLatterFxSourceParameters
impl UnwindSafe for FfLatterFxSourceParameters
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<O> RmeFfCommandParamsSerialize<FfLatterFxSourceParameters> for Owhere
O: RmeFfLatterFxSpecification,
impl<O> RmeFfCommandParamsSerialize<FfLatterFxSourceParameters> for Owhere
O: RmeFfLatterFxSpecification,
Source§fn serialize_commands(params: &FfLatterFxSourceParameters) -> Vec<u32>
fn serialize_commands(params: &FfLatterFxSourceParameters) -> Vec<u32>
Serialize parameters into commands.