TestClock.peekNextPendingId

bool peekNextPendingId(out gst.types.ClockID pendingId)

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

MT safe.

Parameters

pendingIda #GstClockID clock notification to look for

Returns

true if pending_id is the next clock notification to be

triggered, false otherwise.