Clock.newPeriodicId

gst.types.ClockID newPeriodicId(gst.types.ClockTime startTime, gst.types.ClockTime interval)

Gets an ID from clock to trigger a periodic notification. The periodic notifications will start at time start_time and will then be fired with the given interval.

Parameters

startTimethe requested start time
intervalthe requested interval

Returns

a #GstClockID that can be used to request the

time notification.