Signature
Interface PlaybackOptionsProperties
| Name | Signature | Description |
|---|---|---|
autoEnd? | autoEnd?: boolean | Whether playback should pause at `toTime` or at the content end. |
clock? | clock?: PlaybackClockSource | Clock source that advances the playhead during playback. |
loop? | loop?: boolean | Whether playback should loop within the In/Out point range or overall duration. |
respectInOut? | respectInOut?: boolean | Whether playback should respect the In/Out point boundaries (e.g. stop or loop at outPoint). |
toTime? | toTime?: RationalTime | Optional timeline time at which playback should stop when auto-ending. |