TestClock.peekNextPendingId

Determines if the pending_id is the next clock notification scheduled to be triggered given the current time of the test_clock.

MT safe.

class TestClock
bool
peekNextPendingId

Parameters

pendingId gst.types.ClockID

a #GstClockID clock notification to look for

Return Value

Type: bool

true if pending_id is the next clock notification to be triggered, false otherwise.