type VideoClipType = "clip" | "overlay" | "caption";The type of clip in the video timeline.
'clip'— clips on the main (background) track'overlay'— clips on overlay tracks above the main track'caption'— caption clips
type VideoClipType = "clip" | "overlay" | "caption";The type of clip in the video timeline.
'clip' — clips on the main (background) track'overlay' — clips on overlay tracks above the main track'caption' — caption clips