org.gstreamer.lowlevel
public interface GstNavigationAPI extends com.sun.jna.Library
Modifier and Type | Field and Description |
---|---|
static GstNavigationAPI |
GSTNAVIGATION_API |
Modifier and Type | Method and Description |
---|---|
GType |
gst_navigation_get_type() |
void |
gst_navigation_send_event(Navigation navigation,
Structure structure) |
void |
gst_navigation_send_key_event(Navigation navigation,
String event,
String key) |
void |
gst_navigation_send_mouse_event(Navigation navigation,
String event,
int button,
double x,
double y) |
static final GstNavigationAPI GSTNAVIGATION_API
GType gst_navigation_get_type()
void gst_navigation_send_event(Navigation navigation, Structure structure)
void gst_navigation_send_key_event(Navigation navigation, String event, String key)
void gst_navigation_send_mouse_event(Navigation navigation, String event, int button, double x, double y)
Copyright © 2014. All rights reserved.