Uses of Class
org.gstreamer.controller.InterpolationControlSource

Packages that use InterpolationControlSource
org.gstreamer.lowlevel   
 

Uses of InterpolationControlSource in org.gstreamer.lowlevel
 

Methods in org.gstreamer.lowlevel that return InterpolationControlSource
 InterpolationControlSource GstInterpolationControlSourceAPI.gst_interpolation_control_source_new()
           
 

Methods in org.gstreamer.lowlevel with parameters of type InterpolationControlSource
 GlibAPI.GList GstInterpolationControlSourceAPI.gst_interpolation_control_source_get_all(InterpolationControlSource self)
           
 int GstInterpolationControlSourceAPI.gst_interpolation_control_source_get_count(InterpolationControlSource self)
           
 boolean GstInterpolationControlSourceAPI.gst_interpolation_control_source_set_from_list(InterpolationControlSource self, GlibAPI.GSList timedvalues)
           
 boolean GstInterpolationControlSourceAPI.gst_interpolation_control_source_set_interpolation_mode(InterpolationControlSource self, GstInterpolationControlSourceAPI.InterpolateMode mode)
           
 boolean GstInterpolationControlSourceAPI.gst_interpolation_control_source_set(InterpolationControlSource self, ClockTime timestamp, GValueAPI.GValue value)
           
 void GstInterpolationControlSourceAPI.gst_interpolation_control_source_unset_all(InterpolationControlSource self)
           
 boolean GstInterpolationControlSourceAPI.gst_interpolation_control_source_unset(InterpolationControlSource self, ClockTime timestamp)