framerate
parameter determines the frame rate which the generated timestamps should generate. The autoTick
parameter determines whether the clock should automatically advance its timestamp when the timestamp
property is accessed. In most use cases, this is best left as true
.interval
is the amount of time between consecutive timestamps in seconds. For some recorders, this property determines the true frame rate of the video.autoTick
, you must call Tick
to advance its timestamp.