[][src]Trait nannou::audio::stream::input::CaptureFn

pub trait CaptureFn<M, S>: Fn(&mut M, &Buffer<S>) { }

The function that will be called when a captured Buffer is ready to be read.

Implementors

impl<M, S, F> CaptureFn<M, S> for F where
    F: Fn(&mut M, &Buffer<S>), 
[src]

Loading content...