Trait gstreamer_video::auto::navigation::NavigationExt

source ·
pub trait NavigationExt:
    IsA<Navigation>
    + Sealed
    + 'static {
    // Provided methods
    fn send_command(&self, command: NavigationCommand) { ... }
    fn send_event(&self, structure: Structure) { ... }
    fn send_key_event(&self, event: &str, key: &str) { ... }
    fn send_mouse_event(&self, event: &str, button: i32, x: f64, y: f64) { ... }
}

Provided Methods§

source

fn send_command(&self, command: NavigationCommand)

source

fn send_event(&self, structure: Structure)

source

fn send_key_event(&self, event: &str, key: &str)

source

fn send_mouse_event(&self, event: &str, button: i32, x: f64, y: f64)

Object Safety§

This trait is not object safe.

Implementors§