Gst.Clock.prototype.single_shot_id_reinit
function single_shot_id_reinit(id:Gst.ClockID, time:Gst.ClockTime):Boolean { // Gjs wrapper for gst_clock_single_shot_id_reinit() }
Reinitializes the provided single shot id to the provided time. Does not modify the reference count.
- id
- time
The requested time.
- Returns
true if the GstClockID could be reinitialized to the provided time, else false.