GifExportFormat class
To export the video as a GIF file You can use this class to custom the fps of the exported GIF file.
- Inheritance
-
- Object
- FileFormat
- VideoExportFormat
- GifExportFormat
Constructors
- GifExportFormat.new({int fps = 10})
-
const
Properties
- extension → String
-
Extension of the file without the dot
.
.finalinherited - fps → int
-
The frame rate of the GIF file.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mimeType → String
-
The MIME type of the file format.
finalinherited
- 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited