Struct rodio::dynamic_mixer::DynamicMixerController[][src]

pub struct DynamicMixerController<S> { /* fields omitted */ }

The input of the mixer.

Methods

impl<S> DynamicMixerController<S> where
    S: Sample + Send + 'static, 
[src]

Adds a new source to mix to the existing ones.

Auto Trait Implementations