SaffireproIoParamsSpecification

Trait SaffireproIoParamsSpecification 

Source
pub trait SaffireproIoParamsSpecification: SaffireproSwNoticeOperation {
    const AESEBU_IS_SUPPORTED: bool;
    const MIC_PREAMP_TRANSFORMER_IS_SUPPORTED: bool;
}
Expand description

Operation for parameters of input/output configuration.

Required Associated Constants§

Source

const AESEBU_IS_SUPPORTED: bool

Whether to support AES/EBU signal in optical interface.

Source

const MIC_PREAMP_TRANSFORMER_IS_SUPPORTED: bool

Whether to support transformer function for microphone pre-amplifier.

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§