pub trait ShellMixerStreamSourcePairSpecification {
const MIXER_STREAM_SOURCE_PAIRS: &'static [ShellMixerStreamSourcePair];
}Expand description
Specification for source pair of stream to mixer.
Required Associated Constants§
const MIXER_STREAM_SOURCE_PAIRS: &'static [ShellMixerStreamSourcePair]
Object Safety§
This trait is not object safe.