Class AVAudioUnitComponent

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

    public class AVAudioUnitComponent
    extends NSObject
    Since:
    Available in iOS 9.0 and later.
    • Constructor Detail

      • AVAudioUnitComponent

        public AVAudioUnitComponent()
      • AVAudioUnitComponent

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

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

      • getName

        public java.lang.String getName()
      • getTypeName

        public java.lang.String getTypeName()
      • getLocalizedTypeName

        public java.lang.String getLocalizedTypeName()
      • getManufacturerName

        public java.lang.String getManufacturerName()
      • getVersion

        public long getVersion()
      • getVersionString

        public java.lang.String getVersionString()
      • isSandboxSafe

        public boolean isSandboxSafe()
      • hasMIDIInput

        public boolean hasMIDIInput()
      • hasMIDIOutput

        public boolean hasMIDIOutput()
      • getAllTagNames

        public java.util.List<java.lang.String> getAllTagNames()
      • TagsDidChangeNotification

        public static NSString TagsDidChangeNotification()
        Since:
        Available in iOS 9.0 and later.