Gst.Object.prototype.get_value
function get_value(property_name:String, timestamp:Gst.ClockTime):GObject.Value { // Gjs wrapper for gst_object_get_value() }
Gets the value for the given controlled property at the requested time.
- property_name
the name of the property to get
- 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.