FlutterAvifWire class
generated by flutter_rust_bridge
Constructors
- FlutterAvifWire(DynamicLibrary dynamicLibrary)
-
The symbols are looked up in
dynamicLibrary
. -
FlutterAvifWire.fromLookup(Pointer<
T> lookup<T extends NativeType>(String symbolName) ) -
The symbols are looked up with
lookup
.
Properties
- dartApi → DartApiDl
-
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
drop_dart_object(
int ptr) → void -
free_WireSyncReturn(
WireSyncReturn ptr) → void - Not to be used by normal users, but has to be public for generated code
-
get_dart_object(
int ptr) → Object -
init_frb_dart_api_dl(
Pointer< Void> obj) → int -
new_dart_opaque(
Object handle) → int -
new_list_encode_frame_0(
int len) → Pointer< wire_list_encode_frame> -
new_uint_8_list_0(
int len) → Pointer< wire_uint_8_list> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
store_dart_post_cobject(
DartPostCObjectFnType ptr) → void - Not to be used by normal users, but has to be public for generated code
-
toString(
) → String -
A string representation of this object.
inherited
-
wire_decode_single_frame_image(
int port_, Pointer< wire_uint_8_list> avif_bytes) → void -
wire_dispose_decoder(
int port_, Pointer< wire_uint_8_list> key) → void -
wire_encode_avif(
int port_, int width, int height, int speed, int max_threads, int timescale, int max_quantizer, int min_quantizer, int max_quantizer_alpha, int min_quantizer_alpha, Pointer< wire_list_encode_frame> image_sequence, Pointer<wire_uint_8_list> exif_data) → void -
wire_get_next_frame(
int port_, Pointer< wire_uint_8_list> key) → void -
wire_init_memory_decoder(
int port_, Pointer< wire_uint_8_list> key, Pointer<wire_uint_8_list> avif_bytes) → void -
wire_reset_decoder(
int port_, Pointer< wire_uint_8_list> key) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited