Class AVAudioSessionLocation.Values

  • Enclosing class:
    AVAudioSessionLocation

    public static class AVAudioSessionLocation.Values
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Values()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static NSString Lower()  
      static NSString Upper()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Values

        public Values()
    • Method Detail

      • Upper

        public static NSString Upper()
        Since:
        Available in iOS 7.0 and later.
      • Lower

        public static NSString Lower()
        Since:
        Available in iOS 7.0 and later.