Class: Gst::ControlSource
- Defined in:
- (unknown)
Overview
The class structure of Gst::ControlSource.
Direct Known Subclasses
GstController::LFOControlSource, GstController::TimedValueControlSource
Instance Method Summary collapse
-
#control_source_get_value(timestamp, value) ⇒ Boolean
Gets the value for this Gst::ControlSource at a given timestamp.
-
#control_source_get_value_array(timestamp, interval, n_values, values) ⇒ Boolean
Gets an array of values for for this Gst::ControlSource.
Methods inherited from Object
#add_control_binding, check_uniqueness, #control_bindings_disabled=, #control_rate, #control_rate=, default_deep_notify, #default_error, #get_control_binding, #get_g_value_array, #get_value, #get_value_array, #has_active_control_bindings, #has_ancestor, #has_as_ancestor, #has_as_parent, #name, #name=, #parent, #parent=, #path_string, #ref, ref_sink, #remove_control_binding, replace, #set_control_binding_disabled, #suggest_next_sync, #sync_values, #unparent, #unref
Instance Method Details
#control_source_get_value(timestamp, value) ⇒ Boolean
Gets the value for this Gst::ControlSource at a given timestamp.
#control_source_get_value_array(timestamp, interval, n_values, values) ⇒ Boolean
Gets an array of values for for this Gst::ControlSource. Values that are undefined contain NANs.