FlutterAvifImpl class

Implemented types

Constructors

FlutterAvifImpl(DynamicLibrary dyLib)

Properties

flutterAvifFFI FlutterAvifFFI
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decodeSingleFrameImage({required Uint8List avifBytes}) Future<Frame>
override
disposeDecoder({required String key}) Future<bool>
override
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}) Future<Uint8List>
override
getNextFrame({required String key}) Future<Frame>
override
initMemoryDecoder({required String key, required Uint8List avifBytes}) Future<AvifInfo>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetDecoder({required String key}) Future<bool>
override
toString() String
A string representation of this object.
inherited

Operators

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