VideoThumbnailWeb class

A web implementation of the VideoThumbnailPlatform of the VideoThumbnail plugin.

Inheritance
  • Object
  • PlatformInterface
  • VideoThumbnailWeb

Constructors

VideoThumbnailWeb()
Constructs a VideoThumbnailWeb

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, required Map<String, String>? headers, required ImageFormat imageFormat, required int maxHeight, required int maxWidth, int? timeMs, required int quality}) Future<Uint8List>
thumbnailFile({required String video, required Map<String, String>? headers, required String? thumbnailPath, required ImageFormat imageFormat, required int maxHeight, required int maxWidth, int? timeMs, required int quality}) Future<XFile>
thumbnailFiles({required List<String> videos, required Map<String, String>? headers, required String? thumbnailPath, required ImageFormat imageFormat, required int maxHeight, required int maxWidth, int? timeMs, required int quality}) Future<List<XFile>>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

registerWith(Registrar registrar) → void