Clock.periodicIdReinit

bool periodicIdReinit(gst.types.ClockID id, gst.types.ClockTime startTime, gst.types.ClockTime interval)

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

Parameters

ida #GstClockID
startTimethe requested start time
intervalthe requested interval

Returns

true if the GstClockID could be reinitialized to the provided

time, else false.