- gst_argb_control_binding_get_type
alias gst_argb_control_binding_get_type = c_gst_argb_control_binding_get_type
- gst_argb_control_binding_new
alias gst_argb_control_binding_new = c_gst_argb_control_binding_new
- gst_control_point_copy
alias gst_control_point_copy = c_gst_control_point_copy
- gst_control_point_free
alias gst_control_point_free = c_gst_control_point_free
- gst_control_point_get_type
alias gst_control_point_get_type = c_gst_control_point_get_type
- gst_direct_control_binding_get_type
alias gst_direct_control_binding_get_type = c_gst_direct_control_binding_get_type
- gst_direct_control_binding_new
alias gst_direct_control_binding_new = c_gst_direct_control_binding_new
- gst_direct_control_binding_new_absolute
alias gst_direct_control_binding_new_absolute = c_gst_direct_control_binding_new_absolute
- gst_interpolation_control_source_get_type
alias gst_interpolation_control_source_get_type = c_gst_interpolation_control_source_get_type
- gst_interpolation_control_source_new
alias gst_interpolation_control_source_new = c_gst_interpolation_control_source_new
- gst_lfo_control_source_get_type
alias gst_lfo_control_source_get_type = c_gst_lfo_control_source_get_type
- gst_lfo_control_source_new
alias gst_lfo_control_source_new = c_gst_lfo_control_source_new
- gst_proxy_control_binding_get_type
alias gst_proxy_control_binding_get_type = c_gst_proxy_control_binding_get_type
- gst_proxy_control_binding_new
alias gst_proxy_control_binding_new = c_gst_proxy_control_binding_new
- gst_timed_value_control_invalidate_cache
alias gst_timed_value_control_invalidate_cache = c_gst_timed_value_control_invalidate_cache
- gst_timed_value_control_source_find_control_point_iter
alias gst_timed_value_control_source_find_control_point_iter = c_gst_timed_value_control_source_find_control_point_iter
- gst_timed_value_control_source_get_all
alias gst_timed_value_control_source_get_all = c_gst_timed_value_control_source_get_all
- gst_timed_value_control_source_get_count
alias gst_timed_value_control_source_get_count = c_gst_timed_value_control_source_get_count
- gst_timed_value_control_source_get_type
alias gst_timed_value_control_source_get_type = c_gst_timed_value_control_source_get_type
- gst_timed_value_control_source_set
alias gst_timed_value_control_source_set = c_gst_timed_value_control_source_set
- gst_timed_value_control_source_set_from_list
alias gst_timed_value_control_source_set_from_list = c_gst_timed_value_control_source_set_from_list
- gst_timed_value_control_source_unset
alias gst_timed_value_control_source_unset = c_gst_timed_value_control_source_unset
- gst_timed_value_control_source_unset_all
alias gst_timed_value_control_source_unset_all = c_gst_timed_value_control_source_unset_all
- gst_trigger_control_source_get_type
alias gst_trigger_control_source_get_type = c_gst_trigger_control_source_get_type
- gst_trigger_control_source_new
alias gst_trigger_control_source_new = c_gst_trigger_control_source_new
- c_gst_argb_control_binding_get_type
GType function() c_gst_argb_control_binding_get_type;
- c_gst_argb_control_binding_new
GstControlBinding* function(GstObject* object, const(char)* propertyName, GstControlSource* csA, GstControlSource* csR, GstControlSource* csG, GstControlSource* csB) c_gst_argb_control_binding_new;
- c_gst_control_point_copy
GstControlPoint* function(GstControlPoint* cp) c_gst_control_point_copy;
- c_gst_control_point_free
void function(GstControlPoint* cp) c_gst_control_point_free;
- c_gst_control_point_get_type
GType function() c_gst_control_point_get_type;
- c_gst_direct_control_binding_get_type
GType function() c_gst_direct_control_binding_get_type;
- c_gst_direct_control_binding_new
GstControlBinding* function(GstObject* object, const(char)* propertyName, GstControlSource* cs) c_gst_direct_control_binding_new;
- c_gst_direct_control_binding_new_absolute
GstControlBinding* function(GstObject* object, const(char)* propertyName, GstControlSource* cs) c_gst_direct_control_binding_new_absolute;
- c_gst_interpolation_control_source_get_type
GType function() c_gst_interpolation_control_source_get_type;
- c_gst_interpolation_control_source_new
GstControlSource* function() c_gst_interpolation_control_source_new;
- c_gst_lfo_control_source_get_type
GType function() c_gst_lfo_control_source_get_type;
- c_gst_lfo_control_source_new
GstControlSource* function() c_gst_lfo_control_source_new;
- c_gst_proxy_control_binding_get_type
GType function() c_gst_proxy_control_binding_get_type;
- c_gst_proxy_control_binding_new
GstControlBinding* function(GstObject* object, const(char)* propertyName, GstObject* refObject, const(char)* refPropertyName) c_gst_proxy_control_binding_new;
- c_gst_timed_value_control_invalidate_cache
void function(GstTimedValueControlSource* self) c_gst_timed_value_control_invalidate_cache;
- c_gst_timed_value_control_source_find_control_point_iter
GSequenceIter* function(GstTimedValueControlSource* self, GstClockTime timestamp) c_gst_timed_value_control_source_find_control_point_iter;
- c_gst_timed_value_control_source_get_all
GList* function(GstTimedValueControlSource* self) c_gst_timed_value_control_source_get_all;
- c_gst_timed_value_control_source_get_count
int function(GstTimedValueControlSource* self) c_gst_timed_value_control_source_get_count;
- c_gst_timed_value_control_source_get_type
GType function() c_gst_timed_value_control_source_get_type;
- c_gst_timed_value_control_source_set
bool function(GstTimedValueControlSource* self, GstClockTime timestamp, double value) c_gst_timed_value_control_source_set;
- c_gst_timed_value_control_source_set_from_list
bool function(GstTimedValueControlSource* self, const(GSList)* timedvalues) c_gst_timed_value_control_source_set_from_list;
- c_gst_timed_value_control_source_unset
bool function(GstTimedValueControlSource* self, GstClockTime timestamp) c_gst_timed_value_control_source_unset;
- c_gst_timed_value_control_source_unset_all
void function(GstTimedValueControlSource* self) c_gst_timed_value_control_source_unset_all;
- c_gst_trigger_control_source_get_type
GType function() c_gst_trigger_control_source_get_type;
- c_gst_trigger_control_source_new
GstControlSource* function() c_gst_trigger_control_source_new;
C functions for gstcontroller1 library