Gst.Clock.prototype.periodic_id_reinit

function periodic_id_reinit(id:Gst.ClockID, start_time:Gst.ClockTime, interval:Gst.ClockTime):Boolean {
    // Gjs wrapper for gst_clock_periodic_id_reinit()
}

Reinitializes the provided periodic id to the provided start time and interval. Does not modify the reference count.

id

a Gst.ClockID

start_time

the requested start time

interval

the requested interval

Returns

true if the GstClockID could be reinitialized to the provided @time, else false.