Uses of Class
org.gstreamer.interfaces.Navigation

Packages that use Navigation
org.gstreamer.interfaces   
org.gstreamer.lowlevel   
 

Uses of Navigation in org.gstreamer.interfaces
 

Methods in org.gstreamer.interfaces that return Navigation
static Navigation Navigation.wrap(Element element)
          Wraps the Element in a Navigation interface
 

Uses of Navigation in org.gstreamer.lowlevel
 

Methods in org.gstreamer.lowlevel with parameters of type Navigation
 void GstNavigationAPI.gst_navigation_send_event(Navigation navigation, Structure structure)
           
 void GstNavigationAPI.gst_navigation_send_key_event(Navigation navigation, java.lang.String event, java.lang.String key)
           
 void GstNavigationAPI.gst_navigation_send_mouse_event(Navigation navigation, java.lang.String event, int button, double x, double y)