TestClockGidBuilderImpl.startTime

Set startTime property.

class TestClockGidBuilderImpl(T)
T
startTime
(
ulong propval
)

Parameters

propval ulong

When a #GstTestClock is constructed it will have a certain start time set. If the clock was created using gstcheck.test_clock.TestClock.newWithStartTime then this property contains the value of the @start_time argument. If gstcheck.test_clock.TestClock.new_ was called the clock started at time zero, and thus this property contains the value 0.

Return Value

Type: T

Builder instance for fluent chaining