id_get_time

function id_get_time(id:Gst.ClockID):Gst.ClockTime {
    // Gjs wrapper for gst_clock_id_get_time()
}

Get the time of the clock ID

id

The Gst.ClockID to query

Returns

the time of the given clock id. MT safe.