MediumData class abstract

Implementers

Constructors

MediumData()

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

thumbnailSize ↔ int
getter/setter pair
videoImage ↔ String
getter/setter pair

Static Methods

createPhotoFromPdfPage(String memberMediumDocumentID, String filePath, int pageNumber) → Future<ImageData>
createPhotoWithThumbnailFromPdfData(Uint8List fileData, String name, int pageNumber) → Future<PhotoWithThumbnail>
createPhotoWithThumbnailFromPdfPage(String filePath, String name, int pageNumber) → Future<PhotoWithThumbnail>
enrichPhoto(String baseName, String thumbnailBaseName, Uint8List imgBytes) → Future<PhotoWithThumbnail>
enrichPhotoWithPath(String memberMediumdocumentID, String path) → Future<PhotoWithThumbnail>
enrichVideoUsngHerokuapp(String baseName, String thumbnailBaseName, Uint8List imgBytes, String url) → Future<VideoWithThumbnail>
enrichVideoWithHardcodedThumbnail(String baseName, String thumbnailBaseName, Uint8List imgBytes) → Future<VideoWithThumbnail>
enrichVideoWithPath(String memberMediumDocumentID, String filePath) → Future<VideoWithThumbnail>
getThumbnail(Image img) → Uint8List
getThumbnailFromAsset(String assetPath) → Future<Uint8List>
getThumbnailUsingHerokuapp(String videoUrl) → Future<Uint8List>