Trait Command
hl_capture::command
pub trait Command: Send + Sync { fn name(&self) -> &'static [u8]; fn callback(&self) -> unsafe extern "C" fn(); }
fn name(&self) -> &'static [u8]
fn callback(&self) -> unsafe extern "C" fn()
impl Command for cap_start
impl Command for cap_stop
impl Command for cap_test
impl Command for cap_version
impl Command for cap_audio_encoder
impl Command for cap_video_encoder