public enum CallAudioRoute
- Object
- Enum<CallAudioRoute>
- CallAudioRoute
ImplementsComparable<CallAudioRoute>
Where a call’s audio is going. The ordinals cross the SPI boundary, so
existing constants must not be reordered.
Enum constants
EARPIECE | The earpiece held to the ear. |
SPEAKER | The loudspeaker. |
WIRED_HEADSET | A wired headset. |
BLUETOOTH | A Bluetooth headset or car kit. |
UNKNOWN | The platform has not said, or the route is one this API has no name for. |
Methods
public static CallAudioRoute[] values() | |
public static CallAudioRoute valueOf(String name) |
Inherited methods
Enum constant details
EARPIECE
EARPIECEThe earpiece held to the ear.
SPEAKER
SPEAKERThe loudspeaker.
WIRED_HEADSET
WIRED_HEADSETA wired headset.
BLUETOOTH
BLUETOOTHA Bluetooth headset or car kit.
UNKNOWN
UNKNOWNThe platform has not said, or the route is one this API has no name
for.
Method details
values
public static CallAudioRoute[] values()valueOf
public static CallAudioRoute valueOf(String name)