AudioOutputRouting enum Null safety
Audio output routing.
Constants
- Default → const AudioOutputRouting
-
Default.
@JsonValue(-1)const AudioOutputRouting(0)
- Earpiece → const AudioOutputRouting
-
Earpiece.
@JsonValue(1)const AudioOutputRouting(2)
- Headset → const AudioOutputRouting
-
Headset.
@JsonValue(0)const AudioOutputRouting(1)
- HeadsetBluetooth → const AudioOutputRouting
-
Bluetooth headset.
@JsonValue(5)const AudioOutputRouting(6)
- HeadsetNoMic → const AudioOutputRouting
-
Headset with no microphone.
@JsonValue(2)const AudioOutputRouting(3)
- Loudspeaker → const AudioOutputRouting
-
Loudspeaker.
@JsonValue(4)const AudioOutputRouting(5)
- Speakerphone → const AudioOutputRouting
-
Speakerphone.
@JsonValue(3)const AudioOutputRouting(4)
-
values
→ const List<
AudioOutputRouting> -
A constant List of the values in this enum, in order of their declaration.
const List<
AudioOutputRouting>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited