Package | Description |
---|---|
org.gstreamer.controller | |
org.gstreamer.lowlevel |
Modifier and Type | Class and Description |
---|---|
class |
InterpolationControlSource
The ControlSource is a base class for control value sources that could be used by Controller to get timestamp-value pairs.
|
Modifier and Type | Field and Description |
---|---|
ControlSource |
GstInterpolationControlSourceAPI.GstInterpolationControlSourceStruct.parent |
ControlSource |
GstInterpolationControlSourceAPI.GstInterpolationControlSourceClass.parent_class |
Modifier and Type | Method and Description |
---|---|
ControlSource |
GstControllerAPI.gst_controller_get_control_source(Controller self,
String property_name) |
ControlSource |
GstControllerAPI.gst_object_get_control_source(GObject object,
String property_name) |
Modifier and Type | Method and Description |
---|---|
boolean |
GstControlSourceAPI.GstControlSourceGetValueArray.callback(ControlSource self,
ClockTime timestamp,
GstControlSourceAPI.ValueArray 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.ValueArray 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,
String property_name,
ControlSource csource) |
boolean |
GstControllerAPI.gst_object_set_control_source(GObject object,
String property_name,
ControlSource csource) |
Copyright © 2016. All rights reserved.