ma_context 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 - allocationCallbacks ↔ ma_allocation_callbacks
-
getter/setter pair
- backend ↔ int
-
DirectSound, ALSA, etc.
getter/setter pair
- callbacks ↔ ma_backend_callbacks
-
getter/setter pair
- captureDeviceInfoCount ↔ int
-
getter/setter pair
- deviceEnumLock ↔ ma_mutex
-
Used to make ma_context_get_devices() thread safe.
getter/setter pair
- deviceInfoCapacity ↔ int
-
Total capacity of pDeviceInfos.
getter/setter pair
- deviceInfoLock ↔ ma_mutex
-
Used to make ma_context_get_device_info() thread safe.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- log ↔ ma_log
-
Only used if the log is owned by the context. The pLog member will be set to &log in this case.
getter/setter pair
-
pDeviceInfos
↔ Pointer<
ma_device_info> -
Playback devices first, then capture.
getter/setter pair
- playbackDeviceInfoCount ↔ int
-
getter/setter pair
-
pLog
↔ Pointer<
ma_log> -
getter/setter pair
-
pUserData
↔ Pointer<
Void> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- threadPriority ↔ int
-
getter/setter pair
- threadStackSize ↔ int
-
getter/setter pair
- unnamed ↔ UnnamedUnion3
-
getter/setter pair
- unnamed1 ↔ UnnamedUnion5
-
getter/setter pair
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