org.gstreamer.lowlevel
Interface GstNavigationAPI

All Superinterfaces:
com.sun.jna.Library

public interface GstNavigationAPI
extends com.sun.jna.Library


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler
 
Field Summary
static GstNavigationAPI INSTANCE
           
 
Fields inherited from interface com.sun.jna.Library
OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
Method Summary
 GType gst_color_balance_get_type()
           
 void gst_navigation_send_event(Navigation navigation, Structure structure)
           
 void gst_navigation_send_key_event(Navigation navigation, java.lang.String event, java.lang.String key)
           
 void gst_navigation_send_mouse_event(Navigation navigation, java.lang.String event, int button, double x, double y)
           
 

Field Detail

INSTANCE

static final GstNavigationAPI INSTANCE
Method Detail

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)