AudioComponentFactory

Trait AudioComponentFactory 

Source
pub trait AudioComponentFactory {
    // Required method
    fn new(&self, cx: &mut Cx) -> Box<dyn AudioComponent>;
}

Required Methods§

Source

fn new(&self, cx: &mut Cx) -> Box<dyn AudioComponent>

Implementors§