public interface GstInterpolationControlSourceAPI
extends com.sun.jna.Library
Modifier and Type | Interface and Description |
---|---|
static class |
GstInterpolationControlSourceAPI.GstInterpolationControlSourceClass |
static class |
GstInterpolationControlSourceAPI.GstInterpolationControlSourceStruct |
static class |
GstInterpolationControlSourceAPI.InterpolateMode |
Modifier and Type | Field and Description |
---|---|
static int |
GST_PADDING |
static GstInterpolationControlSourceAPI |
GSTINTERPOLATIONCONTROLSOURCE_API |
Modifier and Type | Method and Description |
---|---|
GlibAPI.GList |
gst_interpolation_control_source_get_all(InterpolationControlSource self) |
int |
gst_interpolation_control_source_get_count(InterpolationControlSource self) |
GType |
gst_interpolation_control_source_get_type() |
InterpolationControlSource |
gst_interpolation_control_source_new() |
boolean |
gst_interpolation_control_source_set_from_list(InterpolationControlSource self,
GlibAPI.GSList timedvalues) |
boolean |
gst_interpolation_control_source_set_interpolation_mode(InterpolationControlSource self,
GstInterpolationControlSourceAPI.InterpolateMode mode) |
boolean |
gst_interpolation_control_source_set(InterpolationControlSource self,
ClockTime timestamp,
GValueAPI.GValue value) |
void |
gst_interpolation_control_source_unset_all(InterpolationControlSource self) |
boolean |
gst_interpolation_control_source_unset(InterpolationControlSource self,
ClockTime timestamp) |
static final GstInterpolationControlSourceAPI GSTINTERPOLATIONCONTROLSOURCE_API
static final int GST_PADDING
GType gst_interpolation_control_source_get_type()
InterpolationControlSource gst_interpolation_control_source_new()
boolean gst_interpolation_control_source_set_interpolation_mode(InterpolationControlSource self, GstInterpolationControlSourceAPI.InterpolateMode mode)
boolean gst_interpolation_control_source_set(InterpolationControlSource self, ClockTime timestamp, GValueAPI.GValue value)
boolean gst_interpolation_control_source_set_from_list(InterpolationControlSource self, GlibAPI.GSList timedvalues)
boolean gst_interpolation_control_source_unset(InterpolationControlSource self, ClockTime timestamp)
void gst_interpolation_control_source_unset_all(InterpolationControlSource self)
GlibAPI.GList gst_interpolation_control_source_get_all(InterpolationControlSource self)
int gst_interpolation_control_source_get_count(InterpolationControlSource self)
Copyright © 2016. All rights reserved.