Uses of Class
org.gstreamer.controller.ControlSource

Packages that use ControlSource
org.gstreamer.controller   
org.gstreamer.lowlevel   
 

Uses of ControlSource in org.gstreamer.controller
 

Subclasses of ControlSource in org.gstreamer.controller
 class InterpolationControlSource
          The ControlSource is a base class for control value sources that could be used by Controller to get timestamp-value pairs.
 

Uses of ControlSource in org.gstreamer.lowlevel
 

Fields in org.gstreamer.lowlevel declared as ControlSource
 ControlSource GstInterpolationControlSourceAPI.GstInterpolationControlSourceStruct.parent
           
 ControlSource GstInterpolationControlSourceAPI.GstInterpolationControlSourceClass.parent_class
           
 

Methods in org.gstreamer.lowlevel that return ControlSource
 ControlSource GstControllerAPI.gst_controller_get_control_source(Controller self, java.lang.String property_name)
           
 ControlSource GstControllerAPI.gst_object_get_control_source(GObject object, java.lang.String property_name)
           
 

Methods in org.gstreamer.lowlevel with parameters of type ControlSource
 boolean GstControlSourceAPI.GstControlSourceGetValueArray.callback(ControlSource self, ClockTime timestamp, GstControlSourceAPI.GstValueArray value_array)
           
 boolean GstControlSourceAPI.GstControlSourceGetValue.callback(ControlSource self, ClockTime timestamp, GValueAPI.GValue value)
           
 boolean GstControlSourceAPI.GstControlSourceBind.callback(ControlSource self, GObjectAPI.GParamSpec pspec)
           
 boolean GstControlSourceAPI.gst_control_source_bind(ControlSource self, GObjectAPI.GParamSpec pspec)
           
 boolean GstControlSourceAPI.gst_control_source_get_value_array(ControlSource self, ClockTime timestamp, GstControlSourceAPI.GstValueArray value_array)
           
 boolean GstControlSourceAPI.gst_control_source_get_value(ControlSource self, ClockTime timestamp, GValueAPI.GValue value)
           
 boolean GstControllerAPI.gst_controller_set_control_source(Controller self, java.lang.String property_name, ControlSource csource)
           
 boolean GstControllerAPI.gst_object_set_control_source(GObject object, java.lang.String property_name, ControlSource csource)