segments property

bool? segments
final

Whether the video editor should include the video segments of the composition in the VideoEditorResult. Please note: If enabled, you need to release the result via VideoEditorResult.release() after processing the video segments in order to prevent memory leaks.

// Defaults to:
false

Implementation

final bool? segments;