Processor

Trait Processor 

Source
pub trait Processor:
    Send
    + Sync
    + Any {
    // Required method
    fn process_frame(&self, frame: &mut AudioFrame) -> Result<()>;
}

Required Methods§

Source

fn process_frame(&self, frame: &mut AudioFrame) -> Result<()>

Implementors§