VideoThumbnailPlusPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • VideoThumbnailPlusPlatform
Implementers

Constructors

VideoThumbnailPlusPlatform()
Constructs a VideoThumbnailPlusPlatform.

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
thumbnailData({required String video, Map<String, String>? headers, ImageFormat imageFormat = ImageFormat.PNG, int maxHeight = 0, int maxWidth = 0, int timeMs = 0, int quality = 100}) Future<Uint8List?>
Generates thumbnail data from a video.
thumbnailFile({required String video, Map<String, String>? headers, String? thumbnailPath, ImageFormat imageFormat = ImageFormat.PNG, int maxHeight = 0, int maxWidth = 0, int timeMs = 0, int quality = 100}) Future<String?>
Generates a thumbnail file from a video.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance VideoThumbnailPlusPlatform
The default instance of VideoThumbnailPlusPlatform to use.
getter/setter pair