ma_aaudio_usage enum
AAudio usage types.
Values
- ma_aaudio_usage_default → const ma_aaudio_usage
-
Leaves the usage type unset.
const ma_aaudio_usage(0) - ma_aaudio_usage_media → const ma_aaudio_usage
-
AAUDIO_USAGE_MEDIA
const ma_aaudio_usage(1) - ma_aaudio_usage_voice_communication → const ma_aaudio_usage
-
AAUDIO_USAGE_VOICE_COMMUNICATION
const ma_aaudio_usage(2) - ma_aaudio_usage_voice_communication_signalling → const ma_aaudio_usage
-
AAUDIO_USAGE_VOICE_COMMUNICATION_SIGNALLING
const ma_aaudio_usage(3) - ma_aaudio_usage_alarm → const ma_aaudio_usage
-
AAUDIO_USAGE_ALARM
const ma_aaudio_usage(4) - ma_aaudio_usage_notification → const ma_aaudio_usage
-
AAUDIO_USAGE_NOTIFICATION
const ma_aaudio_usage(5) - ma_aaudio_usage_notification_ringtone → const ma_aaudio_usage
-
AAUDIO_USAGE_NOTIFICATION_RINGTONE
const ma_aaudio_usage(6) - ma_aaudio_usage_notification_event → const ma_aaudio_usage
-
AAUDIO_USAGE_NOTIFICATION_EVENT
const ma_aaudio_usage(7) - ma_aaudio_usage_assistance_accessibility → const ma_aaudio_usage
-
AAUDIO_USAGE_ASSISTANCE_ACCESSIBILITY
const ma_aaudio_usage(8) -
AAUDIO_USAGE_ASSISTANCE_NAVIGATION_GUIDANCE
const ma_aaudio_usage(9) - ma_aaudio_usage_assistance_sonification → const ma_aaudio_usage
-
AAUDIO_USAGE_ASSISTANCE_SONIFICATION
const ma_aaudio_usage(10) - ma_aaudio_usage_game → const ma_aaudio_usage
-
AAUDIO_USAGE_GAME
const ma_aaudio_usage(11) - ma_aaudio_usage_assitant → const ma_aaudio_usage
-
AAUDIO_USAGE_ASSISTANT
const ma_aaudio_usage(12) - ma_aaudio_usage_emergency → const ma_aaudio_usage
-
AAUDIO_SYSTEM_USAGE_EMERGENCY
const ma_aaudio_usage(13) - ma_aaudio_usage_safety → const ma_aaudio_usage
-
AAUDIO_SYSTEM_USAGE_SAFETY
const ma_aaudio_usage(14) - ma_aaudio_usage_vehicle_status → const ma_aaudio_usage
-
AAUDIO_SYSTEM_USAGE_VEHICLE_STATUS
const ma_aaudio_usage(15) - ma_aaudio_usage_announcement → const ma_aaudio_usage
-
AAUDIO_SYSTEM_USAGE_ANNOUNCEMENT
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.