VideoDurationConfig class

Available extensions
Annotations

Constructors

VideoDurationConfig({double? maxTotalVideoDuration = 120.0, List<double>? videoDurations = const [60.0, 30.0, 15.0]})
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
maxTotalVideoDuration → double?
Max Total Video Duration for Camera and Editor Screens
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
videoDurations → List<double>?
The video maximum durations Default list is maxTotalVideoDuration, 60.0, 30.0, 15.0 If the list contains only one value the selector will not be displayed
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited