Uses of Class
org.gstreamer.lowlevel.GlibAPI.GSList

Packages that use GlibAPI.GSList
org.gstreamer.lowlevel   
 

Uses of GlibAPI.GSList in org.gstreamer.lowlevel
 

Methods in org.gstreamer.lowlevel that return GlibAPI.GSList
 GlibAPI.GSList GlibAPI.GSList.next()
           
static GlibAPI.GSList GlibAPI.GSList.valueOf(com.sun.jna.Pointer ptr)
           
 

Methods in org.gstreamer.lowlevel with parameters of type GlibAPI.GSList
 boolean GstControllerAPI.gst_controller_get_value_arrays(Controller self, ClockTime timestamp, GlibAPI.GSList value_arrays)
           
 boolean GstInterpolationControlSourceAPI.gst_interpolation_control_source_set_from_list(InterpolationControlSource self, GlibAPI.GSList timedvalues)
           
 boolean GstControllerAPI.gst_object_get_value_arrays(GObject object, ClockTime timestamp, GlibAPI.GSList value_arrays)