Trait MotuCommandDspMonitorSpecification

Source
pub trait MotuCommandDspMonitorSpecification {
    const RETURN_ASSIGN_TARGETS: &'static [TargetPort];
    const VOLUME_MIN: f32 = 0f32;
    const VOLUME_MAX: f32 = 1f32;
}
Expand description

The trait for specification of monitor.

Required Associated Constants§

Source

const RETURN_ASSIGN_TARGETS: &'static [TargetPort]

The targets of mixer return.

Provided Associated Constants§

Source

const VOLUME_MIN: f32 = 0f32

The minimum value of volume for monitor output.

Source

const VOLUME_MAX: f32 = 1f32

The maximum value of volume for monitor output.

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§