Gst.ControlBinding.prototype.get_value

function get_value(timestamp:Gst.ClockTime):GObject.Value {
    // Gjs wrapper for gst_control_binding_get_value()
}

Gets the value for the given controlled property at the requested time.

timestamp

the time the control-change should be read from

Returns

the GValue of the property at the given time, or null if the property isn't controlled.