[][src]Trait hl_capture::command::Command

pub trait Command: Send + Sync {
    fn name(&self) -> &'static [u8];
fn callback(&self) -> unsafe extern "C" fn(); }

Required methods

fn name(&self) -> &'static [u8]

fn callback(&self) -> unsafe extern "C" fn()

Loading content...

Implementors

impl Command for cap_start[src]

impl Command for cap_stop[src]

impl Command for cap_test[src]

impl Command for cap_version[src]

impl Command for cap_audio_encoder[src]

impl Command for cap_video_encoder[src]

Loading content...