Trait SaffireproInputSpecification

Source
pub trait SaffireproInputSpecification: SaffireproSwNoticeOperation {
    const INPUT_PARAMS_OFFSET: usize;
    const SW_NOTICE: u32 = 4u32;
    const MIC_INPUT_COUNT: usize = 2usize;
    const LINE_INPUT_COUNT: usize = 2usize;
}
Expand description

Input protocol specific to Pro 14 and Pro 24.

Required Associated Constants§

Provided Associated Constants§

Source

const SW_NOTICE: u32 = 4u32

Source

const MIC_INPUT_COUNT: usize = 2usize

Source

const LINE_INPUT_COUNT: usize = 2usize

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§