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§
sourceconst AESEBU_IS_SUPPORTED: bool
const AESEBU_IS_SUPPORTED: bool
Whether to support AES/EBU signal in optical interface.
sourceconst MIC_PREAMP_TRANSFORMER_IS_SUPPORTED: bool
const MIC_PREAMP_TRANSFORMER_IS_SUPPORTED: bool
Whether to support transformer function for microphone pre-amplifier.
Object Safety§
This trait is not object safe.