segments property

List<VideoSegment>? segments
final

The used input video segments that compose the edited video. Returned if export.video.segments of the Configuration is set to true.

Implementation

final List<VideoSegment>? segments;