clips property

List<VideoClip>? clips
getter/setter pair

The list of video clips to be loaded or edited in the current session.

Each VideoClip contains metadata such as source, duration, and transformation settings. Can be null if no clips are loaded yet.

Implementation

List<VideoClip>? clips;