maxDuration property

Duration maxDuration
getter/setter pair

Get the maxDuration param. By giving this parameters, you ensure that the UI and controller function will avoid to select or generate a video bigger than this Duration.

If the value of maxDuration is bigger than videoDuration, then this parameter will be ignored.

Defaults to videoDuration.

Implementation

Duration maxDuration;