Gst.Clock.prototype.adjust_unlocked

function adjust_unlocked(internal:Gst.ClockTime):Gst.ClockTime {
    // Gjs wrapper for gst_clock_adjust_unlocked()
}

Converts the given internal clock time to the external time, adjusting for the rate and reference time set with Gst.set_calibration and making sure that the returned time is increasing. 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.unadjust_unlocked.

internal

a clock time

Returns

the converted time of the clock.