AudiotranscodeFfiBindings class
Bindings for src/audiotranscode_ffi.h
.
Regenerate bindings with flutter pub run ffigen --config ffigen.yaml
.
Constructors
- AudiotranscodeFfiBindings.new(DynamicLibrary dynamicLibrary)
-
The symbols are looked up in
dynamicLibrary
. -
AudiotranscodeFfiBindings.fromLookup(Pointer<
T> lookup<T extends NativeType>(String symbolName) ) -
The symbols are looked up with
lookup
.
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
-
transcode_to_aac(
Pointer< Char> src, Pointer<Char> dst, int bitrate) → int -
transcode_to_alac(
Pointer< Char> src, Pointer<Char> dst, int bits_per_sample, int sample_rate) → int -
transcode_to_flac(
Pointer< Char> src, Pointer<Char> dst, int bits_per_sample, int sample_rate) → int -
transcode_to_mp3(
Pointer< Char> src, Pointer<Char> dst, int bitrate) → int
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited