property, false otherwise
ControlBinding.syncValues
bool syncValues(gst.object.ObjectWrap object, gst.types.ClockTime timestamp, gst.types.ClockTime lastSync)Sets the property of the object, according to the #GstControlSources that handles it 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.
Parameters
object | the object that has controlled properties |
timestamp | the time that should be processed |
lastSync | the last time this was called |
Returns
true if the controller value could be applied to the object