pub trait RawVideoOutput: Sized {
    fn raw_video(&mut self, frame: &mut video_data);
}

Required Methods

Implementors