org.gstreamer.lowlevel
public interface GstControllerAPI extends com.sun.jna.Library
Modifier and Type | Interface and Description |
---|---|
static class |
GstControllerAPI.GstControllerClass |
static class |
GstControllerAPI.GstControllerStruct |
Modifier and Type | Field and Description |
---|---|
static int |
GST_PADDING |
static GstControllerAPI |
GSTCONTROLLER_API |
static final GstControllerAPI GSTCONTROLLER_API
static final int GST_PADDING
GType gst_controller_get_type()
Controller gst_controller_new_list(GObject object, GlibAPI.GList list)
Controller gst_controller_new(GObject... object)
boolean gst_controller_remove_properties_list(Controller self, GlibAPI.GList list)
boolean gst_controller_remove_properties(Controller... self)
void gst_controller_set_disabled(Controller self, boolean disabled)
void gst_controller_set_property_disabled(Controller self, String property_name, boolean disabled)
boolean gst_controller_set_control_source(Controller self, String property_name, ControlSource csource)
ControlSource gst_controller_get_control_source(Controller self, String property_name)
ClockTime gst_controller_suggest_next_sync(Controller self)
boolean gst_controller_sync_values(Controller self, ClockTime timestamp)
GValueAPI.GValue gst_controller_get(Controller self, String property_name, ClockTime timestamp)
boolean gst_controller_get_value_arrays(Controller self, ClockTime timestamp, GlibAPI.GSList value_arrays)
Controller gst_object_control_properties(GObject... object)
boolean gst_object_uncontrol_properties(GObject... object)
Controller gst_object_get_controller(GObject object)
boolean gst_object_set_controller(GObject object, Controller controller)
boolean gst_object_set_control_source(GObject object, String property_name, ControlSource csource)
ControlSource gst_object_get_control_source(GObject object, String property_name)
boolean gst_object_get_value_arrays(GObject object, ClockTime timestamp, GlibAPI.GSList value_arrays)
void gst_object_set_control_rate(GObject object, ClockTime control_rate)
boolean gst_controller_init(com.sun.jna.ptr.IntByReference argc, com.sun.jna.ptr.PointerByReference argv)
Copyright © 2014. All rights reserved.