Clock.newPeriodicId

Get an ID from clock to trigger a periodic notification. The periodeic notifications will be start at time start_time and will then be fired with the given interval. id should be unreffed after usage.

Parameters

startTime GstClockTime

the requested start time

interval GstClockTime

the requested interval

Return Value

A GstClockID that can be used to request the time notification. MT safe.

Meta