Gst.ControlBinding.prototype.sync_values
function sync_values(object:Gst.Object, timestamp:Gst.ClockTime, last_sync:Gst.ClockTime):Boolean { // Gjs wrapper for gst_control_binding_sync_values() }
Sets the property of the object, according to the #GstControlSources that handle them and for the given timestamp.
If this function fails, it is most likely the application developers fault. Most probably the control sources are not setup correctly.
- object
the object that has controlled properties
- timestamp
the time that should be processed
- last_sync
the last time this was called
- Returns
true if the controller value could be applied to the object property, false otherwise