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

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

The default capture function type used when unspecified.