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
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