ProcessHandler

Trait ProcessHandler 

Source
pub trait ProcessHandler {
    // Required method
    fn process(&mut self, ctx: &CallbackContext, nframes: NumFrames) -> i32;
}
Expand description

This trait defines a handler for the process callback

Required Methods§

Source

fn process(&mut self, ctx: &CallbackContext, nframes: NumFrames) -> i32

Implementors§