Class AVAudioUnitComponent

  • All Implemented Interfaces:
    NSObject

    public class AVAudioUnitComponent
    extends NSObject
    AVAudioUnitComponent Provides details about an audio unit such as type, subtype, manufacturer, location etc. User tags can be added to the AVAudioUnitComponent which can be queried later for display.
    • Constructor Detail

      • AVAudioUnitComponent

        protected AVAudioUnitComponent​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • allTagNames

        public NSArray<java.lang.String> allTagNames()
        [@property] allTagNames represent the tags from the current user and the system tags defined by AudioComponent.
      • audioComponent

        public AudioComponent audioComponent()
        [@property] audioComponent the audioComponent that can be used in AudioComponent APIs.
      • audioComponentDescription

        public AudioComponentDescription audioComponentDescription()
        [@property] audioComponentDescription description of the audio component that can be used in AudioComponent APIs.
      • hasMIDIInput

        public boolean hasMIDIInput()
        [@property] hasMIDIInput YES if AudioComponent has midi input, otherwise NO
      • hasMIDIOutput

        public boolean hasMIDIOutput()
        [@property] hasMIDIOutput YES if AudioComponent has midi output, otherwise NO
      • isSandboxSafe

        public boolean isSandboxSafe()
        [@property] sandboxSafe On OSX, YES if the AudioComponent can be loaded into a sandboxed process otherwise NO. On iOS, this is always YES.
      • localizedTypeName

        public java.lang.String localizedTypeName()
        [@property] localizedTypeName localized string of typeName for display
      • manufacturerName

        public java.lang.String manufacturerName()
        [@property] manufacturerName the manufacturer name, extracted from the manufacturer key defined in Info.plist dictionary
      • name

        public java.lang.String name()
        [@property] name the name of an audio component
      • typeName

        public java.lang.String typeName()
        [@property] typeName standard audio component types returned as strings
      • version

        public long version()
        [@property] version version number comprised of a hexadecimal number with major, minor, dot-release format: 0xMMMMmmDD
      • versionString

        public java.lang.String versionString()
        [@property] versionString version number as string