Timeline

The Timeline serves as a central hub for orchestrating playback, bringing together layers, clips, filters, and effects. It provides insights into the composition's inner workings.

With the Timeline, you can access valuable information about the current state of playback, the current time and more. The engine has a unique timeline that is always present.

Example Usage

Here's an example of how to retrieve the list of all clips in your composition using the timeline:

const clips = engine.getTimeline().getClips();