TestClock.timedWaitForMultiplePendingIds

Blocks until at least count clock notifications have been requested from test_clock, or the timeout expires.

MT safe.

class TestClock
bool
timedWaitForMultiplePendingIds

Parameters

count uint

the number of pending clock notifications to wait for

timeoutMs uint

the timeout in milliseconds

pendingList gst.types.ClockID[]

Address of a #GList pointer variable to store the list of pending #GstClockIDs that expired, or null

Return Value

Type: bool

a gboolean true if the waits have been registered, false if not. (Could be that it timed out waiting or that more waits than waits was found)