Class AVAudioUnitComponent

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

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

    • AVAudioUnitComponent

      public AVAudioUnitComponent()
    • AVAudioUnitComponent

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

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

    • getName

      public String getName()
    • getTypeName

      public String getTypeName()
    • getLocalizedTypeName

      public String getLocalizedTypeName()
    • getManufacturerName

      public String getManufacturerName()
    • getVersion

      public long getVersion()
    • getVersionString

      public String getVersionString()
    • isSandboxSafe

      public boolean isSandboxSafe()
    • hasMIDIInput

      public boolean hasMIDIInput()
    • hasMIDIOutput

      public boolean hasMIDIOutput()
    • getAudioComponent

      public AudioComponent getAudioComponent()
    • getAllTagNames

      public List<String> getAllTagNames()
    • getAudioComponentDescription

      public AudioComponentDescription getAudioComponentDescription()
    • TagsDidChangeNotification

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