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.

Object Safety§

This trait is not object safe.

Implementors§