Gst.Clock.prototype.unadjust_unlocked
function unadjust_unlocked(external:Gst.ClockTime):Gst.ClockTime { // Gjs wrapper for gst_clock_unadjust_unlocked() }
Converts the given external clock time to the internal time of clock, using the rate and reference time set with Gst.Clock.prototype.set_calibration. This function should be called with the clock's OBJECT_LOCK held and is mainly used by clock subclasses.
This function is the reverse of Gst.Clock.prototype.adjust_unlocked.
- external
an external clock time
- Returns
the internal time of the clock corresponding to external.