ma_aaudio_usage enum
Values
- ma_aaudio_usage_default → const ma_aaudio_usage
-
const ma_aaudio_usage(0)
- ma_aaudio_usage_media → const ma_aaudio_usage
-
const ma_aaudio_usage(1)
- ma_aaudio_usage_voice_communication → const ma_aaudio_usage
-
const ma_aaudio_usage(2)
- ma_aaudio_usage_voice_communication_signalling → const ma_aaudio_usage
-
const ma_aaudio_usage(3)
- ma_aaudio_usage_alarm → const ma_aaudio_usage
-
const ma_aaudio_usage(4)
- ma_aaudio_usage_notification → const ma_aaudio_usage
-
const ma_aaudio_usage(5)
- ma_aaudio_usage_notification_ringtone → const ma_aaudio_usage
-
const ma_aaudio_usage(6)
- ma_aaudio_usage_notification_event → const ma_aaudio_usage
-
const ma_aaudio_usage(7)
- ma_aaudio_usage_assistance_accessibility → const ma_aaudio_usage
-
const ma_aaudio_usage(8)
-
const ma_aaudio_usage(9)
- ma_aaudio_usage_assistance_sonification → const ma_aaudio_usage
-
const ma_aaudio_usage(10)
- ma_aaudio_usage_game → const ma_aaudio_usage
-
const ma_aaudio_usage(11)
- ma_aaudio_usage_assitant → const ma_aaudio_usage
-
const ma_aaudio_usage(12)
- ma_aaudio_usage_emergency → const ma_aaudio_usage
-
const ma_aaudio_usage(13)
- ma_aaudio_usage_safety → const ma_aaudio_usage
-
const ma_aaudio_usage(14)
- ma_aaudio_usage_vehicle_status → const ma_aaudio_usage
-
const ma_aaudio_usage(15)
- ma_aaudio_usage_announcement → const ma_aaudio_usage
-
const ma_aaudio_usage(16)
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_aaudio_usage
Constants
-
values
→ const List<
ma_aaudio_usage> - A constant List of the values in this enum, in order of their declaration.