FileFormat class

The video file formats available for generating the output trimmed video.

The available formats are mp4, mkv, mov, flv, avi, wmv& gif.

If you define a custom FFmpeg command then this will be ignored.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Constants

avi → const FileFormat
flv → const FileFormat
gif → const FileFormat
mkv → const FileFormat
mov → const FileFormat
mp4 → const FileFormat
values → const List<FileFormat>
wmv → const FileFormat