Package 

Enum AudioOutputRoute

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum AudioOutputRoute
    extends Enum<AudioOutputRoute>
                        

    Audio output route override for a voice call — the "speakerphone" concept, distinct from device selection. Android applies it via AudioManager (speakerphone / Bluetooth SCO). Higher-level UI typically wraps this as a boolean speaker toggle (SPEAKER / AUTOMATIC).

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      BLUETOOTH

      Bluetooth hands-free (SCO).

      SPEAKER

      Built-in loudspeaker (speakerphone).

      AUTOMATIC

      System default — earpiece, or wired/Bluetooth when present.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait