LinuxThumbnail class

Constructors

LinuxThumbnail()
factory

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

generateVideoRandomThumbnail(String videoPath, String outputPath) Future<void>
genPdfCoverList({required String outDirPath, required List<String> pdfPathList, int iconSize = 300}) Future<void>
genPdfThumbnail({required List<SrcDestType> pathList, int iconSize = 300, bool isOverride = false}) Future<void>
genVideoCoverList({required List<String> videoPathList, required String outDirPath, int iconSize = 300}) Future<void>
genVideoThumbnail({required List<SrcDestType> pathList, int iconSize = 300, bool isOverride = false}) Future<void>
getVideoDuration(String videoPath) Future<int?>
Get video duration in seconds
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

thumbnail LinuxThumbnail
final