Uses of Class
org.gstreamer.lowlevel.GstInterpolationControlSourceAPI.InterpolateMode

Packages that use GstInterpolationControlSourceAPI.InterpolateMode
org.gstreamer.lowlevel   
 

Uses of GstInterpolationControlSourceAPI.InterpolateMode in org.gstreamer.lowlevel
 

Methods in org.gstreamer.lowlevel that return GstInterpolationControlSourceAPI.InterpolateMode
static GstInterpolationControlSourceAPI.InterpolateMode GstInterpolationControlSourceAPI.InterpolateMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GstInterpolationControlSourceAPI.InterpolateMode[] GstInterpolationControlSourceAPI.InterpolateMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gstreamer.lowlevel with parameters of type GstInterpolationControlSourceAPI.InterpolateMode
 boolean GstInterpolationControlSourceAPI.gst_interpolation_control_source_set_interpolation_mode(InterpolationControlSource self, GstInterpolationControlSourceAPI.InterpolateMode mode)