FlutterAvif class abstract

Implementers

Constructors

FlutterAvif()

Properties

hashCode int
The hash code for this object.
no setterinherited
kDecodeSingleFrameImageConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kDisposeDecoderConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kEncodeAvifConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kGetNextFrameConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kInitMemoryDecoderConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kResetDecoderConstMeta → FlutterRustBridgeTaskConstMeta
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decodeSingleFrameImage({required Uint8List avifBytes, dynamic hint}) Future<Frame>
disposeDecoder({required String key, dynamic hint}) Future<bool>
encodeAvif({required int width, required int height, required int speed, required int maxThreads, required int timescale, required int maxQuantizer, required int minQuantizer, required int maxQuantizerAlpha, required int minQuantizerAlpha, required List<EncodeFrame> imageSequence, required Uint8List exifData, dynamic hint}) Future<Uint8List>
getNextFrame({required String key, dynamic hint}) Future<Frame>
initMemoryDecoder({required String key, required Uint8List avifBytes, dynamic hint}) Future<AvifInfo>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetDecoder({required String key, dynamic hint}) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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