ma_backend_callbacks class final
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
-
onContextEnumerateDevices
↔ Pointer<
NativeFunction< Int Function(Pointer< >ma_context> pContext, ma_enum_devices_callback_proc callback, Pointer<Void> pUserData)> -
getter/setter pair
-
onContextGetDeviceInfo
↔ Pointer<
NativeFunction< Int Function(Pointer< >ma_context> pContext, UnsignedInt deviceType, Pointer<ma_device_id> pDeviceID, Pointer<ma_device_info> pDeviceInfo)> -
getter/setter pair
-
onContextInit
↔ Pointer<
NativeFunction< Int Function(Pointer< >ma_context> pContext, Pointer<ma_context_config> pConfig, Pointer<ma_backend_callbacks> pCallbacks)> -
getter/setter pair
-
onContextUninit
↔ Pointer<
NativeFunction< Int Function(Pointer< >ma_context> pContext)> -
getter/setter pair
-
onDeviceDataLoop
↔ Pointer<
NativeFunction< Int Function(Pointer< >ma_device> pDevice)> -
getter/setter pair
-
onDeviceDataLoopWakeup
↔ Pointer<
NativeFunction< Int Function(Pointer< >ma_device> pDevice)> -
getter/setter pair
-
onDeviceGetInfo
↔ Pointer<
NativeFunction< Int Function(Pointer< >ma_device> pDevice, UnsignedInt type, Pointer<ma_device_info> pDeviceInfo)> -
getter/setter pair
-
onDeviceInit
↔ Pointer<
NativeFunction< Int Function(Pointer< >ma_device> pDevice, Pointer<ma_device_config> pConfig, Pointer<ma_device_descriptor> pDescriptorPlayback, Pointer<ma_device_descriptor> pDescriptorCapture)> -
getter/setter pair
-
onDeviceRead
↔ Pointer<
NativeFunction< Int Function(Pointer< >ma_device> pDevice, Pointer<Void> pFrames, ma_uint32 frameCount, Pointer<ma_uint32> pFramesRead)> -
getter/setter pair
-
onDeviceStart
↔ Pointer<
NativeFunction< Int Function(Pointer< >ma_device> pDevice)> -
getter/setter pair
-
onDeviceStop
↔ Pointer<
NativeFunction< Int Function(Pointer< >ma_device> pDevice)> -
getter/setter pair
-
onDeviceUninit
↔ Pointer<
NativeFunction< Int Function(Pointer< >ma_device> pDevice)> -
getter/setter pair
-
onDeviceWrite
↔ Pointer<
NativeFunction< Int Function(Pointer< >ma_device> pDevice, Pointer<Void> pFrames, ma_uint32 frameCount, Pointer<ma_uint32> pFramesWritten)> -
getter/setter pair
- 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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited