ma_backend enum
Backend enums must be in priority order.
Values
- ma_backend_wasapi → const ma_backend
-
const ma_backend(0) - ma_backend_dsound → const ma_backend
-
const ma_backend(1) - ma_backend_winmm → const ma_backend
-
const ma_backend(2) - ma_backend_coreaudio → const ma_backend
-
const ma_backend(3) - ma_backend_sndio → const ma_backend
-
const ma_backend(4) - ma_backend_audio4 → const ma_backend
-
const ma_backend(5) - ma_backend_oss → const ma_backend
-
const ma_backend(6) - ma_backend_pulseaudio → const ma_backend
-
const ma_backend(7) - ma_backend_alsa → const ma_backend
-
const ma_backend(8) - ma_backend_jack → const ma_backend
-
const ma_backend(9) - ma_backend_aaudio → const ma_backend
-
const ma_backend(10) - ma_backend_opensl → const ma_backend
-
const ma_backend(11) - ma_backend_webaudio → const ma_backend
-
const ma_backend(12) - ma_backend_custom → const ma_backend
-
<-- Custom backend, with callbacks defined by the context config.
const ma_backend(13) - ma_backend_null → const ma_backend
-
<-- Must always be the last item. Lowest priority, and used as the terminator for backend enumeration.
const ma_backend(14)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
final
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
Static Methods
-
fromValue(
int value) → ma_backend
Constants
-
values
→ const List<
ma_backend> - A constant List of the values in this enum, in order of their declaration.