org.gstreamer.lowlevel
Interface GstNavigationAPI
- All Superinterfaces:
- com.sun.jna.Library
public interface GstNavigationAPI
- extends com.sun.jna.Library
Nested classes/interfaces inherited from interface com.sun.jna.Library |
com.sun.jna.Library.Handler |
Fields inherited from interface com.sun.jna.Library |
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER |
GSTNAVIGATION_API
static final GstNavigationAPI GSTNAVIGATION_API
gst_navigation_get_type
GType gst_navigation_get_type()
gst_navigation_send_event
void gst_navigation_send_event(Navigation navigation,
Structure structure)
gst_navigation_send_key_event
void gst_navigation_send_key_event(Navigation navigation,
java.lang.String event,
java.lang.String key)
gst_navigation_send_mouse_event
void gst_navigation_send_mouse_event(Navigation navigation,
java.lang.String event,
int button,
double x,
double y)