id_ref

function id_ref(id:Gst.ClockID):Gst.ClockID {
    // Gjs wrapper for gst_clock_id_ref()
}

Increase the refcount of given id.

id

The Gst.ClockID to ref

Returns

The same Gst.ClockID with increased refcount. MT safe.