AudioOutputFn

Type Alias AudioOutputFn 

Source
pub type AudioOutputFn = Box<dyn FnMut(AudioInfo, &mut AudioBuffer) + Send>;

Aliased Typeยง

pub struct AudioOutputFn(/* private fields */);