Gst.ControlSource.prototype.get_value
function get_value(timestamp:Gst.ClockTime, value:Number):Boolean { // Gjs wrapper for gst_control_source_get_value() }
Gets the value for this Gst.ControlSource at a given timestamp.
- timestamp
the time for which the value should be returned
- value
the value
- Returns
FALSE if the value couldn't be returned, TRUE otherwise.