pub struct FfLatterFxOutputParameters {
pub line_output_vols: Vec<i16>,
pub hp_output_vols: Vec<i16>,
pub spdif_output_vols: Vec<i16>,
pub adat_output_vols: Vec<i16>,
}Expand description
Parameters of outputs from fx component.
Fields§
§line_output_vols: Vec<i16>The volume to line outputs. Each value is between 0xfd76 (-65.0 dB) and 0x0000 (0.0 dB).
hp_output_vols: Vec<i16>The volume to hp outputs. Each value is between 0xfd76 (-65.0 dB) and 0x0000 (0.0 dB).
spdif_output_vols: Vec<i16>The volume to S/PDIF outputs. Each value is between 0xfd76 (-65.0 dB) and 0x0000 (0.0 dB).
adat_output_vols: Vec<i16>The volume to ADAT outputs. Each value is between 0xfd76 (-65.0 dB) and 0x0000 (0.0 dB).
Trait Implementations§
Source§impl Clone for FfLatterFxOutputParameters
impl Clone for FfLatterFxOutputParameters
Source§fn clone(&self) -> FfLatterFxOutputParameters
fn clone(&self) -> FfLatterFxOutputParameters
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 FfLatterFxOutputParameters
impl Debug for FfLatterFxOutputParameters
Source§impl Default for FfLatterFxOutputParameters
impl Default for FfLatterFxOutputParameters
Source§fn default() -> FfLatterFxOutputParameters
fn default() -> FfLatterFxOutputParameters
Returns the “default value” for a type. Read more
impl Eq for FfLatterFxOutputParameters
impl StructuralPartialEq for FfLatterFxOutputParameters
Auto Trait Implementations§
impl Freeze for FfLatterFxOutputParameters
impl RefUnwindSafe for FfLatterFxOutputParameters
impl Send for FfLatterFxOutputParameters
impl Sync for FfLatterFxOutputParameters
impl Unpin for FfLatterFxOutputParameters
impl UnwindSafe for FfLatterFxOutputParameters
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<FfLatterFxOutputParameters> for Owhere
O: RmeFfLatterFxSpecification,
impl<O> RmeFfCommandParamsSerialize<FfLatterFxOutputParameters> for Owhere
O: RmeFfLatterFxSpecification,
Source§fn serialize_commands(params: &FfLatterFxOutputParameters) -> Vec<u32>
fn serialize_commands(params: &FfLatterFxOutputParameters) -> Vec<u32>
Serialize parameters into commands.