Class AUAudioUnitViewConfiguration

  • All Implemented Interfaces:
    NSCoding, NSSecureCoding, NSObject

    public class AUAudioUnitViewConfiguration
    extends NSObject
    implements NSSecureCoding
    AUAudioUnitViewConfiguration Properties of the configuration that a host uses to embed the view of an audio unit. Hosts may support embedding the view of an audio unit in different configurations. These configurations may vary in the size reserved for the audio unit's view and the additional control surfaces that are displayed along with it. The host can propose several view configurations and the audio unit should report the ones which it supports. See the documentation for supportedViewConfigurations.
    • Constructor Detail

      • AUAudioUnitViewConfiguration

        protected AUAudioUnitViewConfiguration​(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()
      • height

        public double height()
        [@property] height The height of the view, measured in points. Setting the height to 0 will match any height.
      • hostHasController

        public boolean hostHasController()
        [@property] hostHasController Boolean property specifying whether the host displays its own control surface when showing the view of the audio unit.
      • initWithWidthHeightHostHasController

        public AUAudioUnitViewConfiguration initWithWidthHeightHostHasController​(double width,
                                                                                 double height,
                                                                                 boolean hostHasController)
        initWithWidth Designated initializer.
        Parameters:
        width - The width associated with this view configuration.
        height - The height associated with this view configuration.
        hostHasController - This property controls whether the host shows its own control surface in this view configuration.
        Returns:
        Returns the newly created view configuration object.
      • 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()
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • _supportsSecureCoding

        public boolean _supportsSecureCoding()
        Description copied from interface: NSSecureCoding
        This property must return YES on all classes that allow secure coding. Subclasses of classes that adopt NSSecureCoding and override initWithCoder: must also override this method and return YES. The Secure Coding Guide should be consulted when writing methods that decode data.
        Specified by:
        _supportsSecureCoding in interface NSSecureCoding
      • version_static

        public static long version_static()
      • width

        public double width()
        [@property] width The width of the view, measured in points. Setting the width to 0 will match any width.