RtaudioBindings class
Bindings for src/rtaudio.h.
Regenerate bindings with dart run ffigen --config ffigen.yaml.
Constructors
- RtaudioBindings(DynamicLibrary dynamicLibrary)
-
The symbols are looked up in
dynamicLibrary. -
RtaudioBindings.fromLookup(Pointer<
T> lookup<T extends NativeType>(String symbolName) ) -
The symbols are looked up with
lookup.
Properties
- g_Context → ma_context
-
no setter
- g_ContextInitialized ↔ int
-
getter/setter pair
- 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
-
rta_context_create(
Pointer< rta_audio_context_config_t> contextConfig, Pointer<rta_audio_device_t> device, Pointer<rta_audio_context_t> context) → rta_error -
rta_context_create_aaudio(
Pointer< rta_audio_context_config_t> contextConfig, int deviceID, Pointer<rta_audio_context_t> context) → rta_error -
rta_context_destroy(
Pointer< rta_audio_context_t> context) → void -
rta_get_device(
int id, Pointer< rta_audio_device_t> info) → rta_error -
rta_get_device_count(
Pointer< Int> count) → rta_error -
rta_get_devices(
Pointer< rta_audio_device_t> list) → rta_error -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited