Class AVAudioSessionRouteSelection


  • public final class AVAudioSessionRouteSelection
    extends java.lang.Object
    [@constant] AVAudioSessionRouteSelectionNone Indicates no route was selected. [@constant] AVAudioSessionRouteSelectionLocal Indicates that the local device was selected. [@constant] AVAudioSessionRouteSelectionExternal Indicates that an external device was selected.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long External  
      static long Local  
      static long None  
    • Method Summary

      • Methods inherited from class java.lang.Object

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