ExportVideoFrame class

Constructors

ExportVideoFrame()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Properties

stopWoringOnImages bool
getter/setter pair
workOnImages bool
getter/setter pair

Static Methods

cleanImageCache() Future<bool>
Returns whether clean success
exportGifImage(String? filePath, double quality) Future<List<File>>
Returns the file list of the exporting frame for gif file
exportImage(String? filePath, int number, double quality) Future<List<File>>
Returns the file list of the exporting image
exportImageBySeconds(File file, Duration duration, double radian) Future<File>
Returns the file list of the exporting image
exportImagesFromFile(File file, Duration interval, double radian) Stream<File>
Returns Stream of images from video file
saveImage(File file, String albumName, {String? waterMark, Alignment? alignment, double? scale}) Future<bool>
Save image to album