pub trait ShellMixerStreamSourcePairSpecification {
    const MIXER_STREAM_SOURCE_PAIRS: &'static [ShellMixerStreamSourcePair];
}
Expand description

Specification for source pair of stream to mixer.

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§