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§
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)
Object Safety§
This trait is not object safe.