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_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER |
INSTANCE
static final GstNavigationAPI INSTANCE
gst_color_balance_get_type
GType gst_color_balance_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)