Clock.newPeriodicId

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

startTime gst.types.ClockTime

the requested start time

interval gst.types.ClockTime

the requested interval

Return Value

Type: gst.types.ClockID

a #GstClockID that can be used to request the time notification.