Gst.Clock.prototype.get_internal_time
function get_internal_time():Gst.ClockTime { // Gjs wrapper for gst_clock_get_internal_time() }
Gets the current internal time of the given clock. The time is returned unadjusted for the offset and the rate.
- Returns
the internal time of the clock. Or GST_CLOCK_TIME_NONE when given invalid input. MT safe.