Class AVAudioSessionChannelDescription

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class AVAudioSessionChannelDescription
    extends NSObject
    Since:
    Available in iOS 6.0 and later.
    • Constructor Detail

      • AVAudioSessionChannelDescription

        public AVAudioSessionChannelDescription()
      • AVAudioSessionChannelDescription

        protected AVAudioSessionChannelDescription​(NSObject.Handle h,
                                                   long handle)
      • AVAudioSessionChannelDescription

        protected AVAudioSessionChannelDescription​(NSObject.SkipInit skipInit)
    • Method Detail

      • getChannelName

        public java.lang.String getChannelName()
        Since:
        Available in iOS 6.0 and later.
      • getOwningPortUID

        public java.lang.String getOwningPortUID()
        Since:
        Available in iOS 6.0 and later.
      • getChannelNumber

        public long getChannelNumber()
        Since:
        Available in iOS 6.0 and later.
      • getChannelLabel

        public AudioChannelLabel getChannelLabel()
        Since:
        Available in iOS 6.0 and later.