Type Definition nannou_audio::stream::input::DefaultCaptureFn[][src]

pub type DefaultCaptureFn<M, S> = fn(_: &mut M, _: &Buffer<S>);
Expand description

The default capture function type used when unspecified.