forceMode property

ForceTrimMode? forceMode
final

With the force trim option, you're able to enforce a minimumDuration and maximumDuration for a video composition in the composition tool and/or a single video in the trim tool. Thus users will not be able to export videos, which are not within the defined video duration limits. This feature is implemented as part of the user interface only. To be able to use this feature your subscription must include the trim feature.

// Defaults to:
ForceTrimMode.silent

Implementation

final ForceTrimMode? forceMode;