type property

ViewerType type
final

For specifying the type of the trim viewer. You can choose among: auto, fixed, and scrollable.

NOTE: While using scrollable if the total video duration is less than maxVideoLength + padding, it will throw an error.

By default it is set to ViewerType.auto.

Implementation

final ViewerType type;