Trait obs_wrapper::output::traits::RawVideoOutput
source · [−]pub trait RawVideoOutput: Sized {
fn raw_video(&mut self, frame: &mut video_data);
}Required Methods
source
pub trait RawVideoOutput: Sized {
fn raw_video(&mut self, frame: &mut video_data);
}