Interface

PlaybackOptions

Options for starting timeline playback.

Signature

Type Definition
Interface PlaybackOptions

Properties

NameSignatureDescription
autoEnd?autoEnd?: booleanWhether playback should pause at `toTime` or at the content end.
clock?clock?: PlaybackClockSourceClock source that advances the playhead during playback.
loop?loop?: booleanWhether playback should loop within the In/Out point range or overall duration.
respectInOut?respectInOut?: booleanWhether playback should respect the In/Out point boundaries (e.g. stop or loop at outPoint).
toTime?toTime?: RationalTimeOptional timeline time at which playback should stop when auto-ending.