Class AUGraph


  • public class AUGraph
    extends org.robovm.rt.bro.NativeObject
    • Constructor Detail

      • AUGraph

        protected AUGraph()
    • Method Detail

      • connectNodeInput

        public void connectNodeInput​(int sourceNode,
                                     int sourceOutputNumber,
                                     int destNode,
                                     int destInputNumber)
                              throws OSStatusException
        Throws:
        OSStatusException
        Since:
        Available in iOS 2.0 and later.
      • disconnectNodeInput

        public void disconnectNodeInput​(int destNode,
                                        int destInputNumber)
                                 throws OSStatusException
        Throws:
        OSStatusException
        Since:
        Available in iOS 2.0 and later.
      • addNode0

        @Deprecated
        protected OSStatus addNode0​(AudioComponentDescription inDescription,
                                    org.robovm.rt.bro.ptr.IntPtr outNode)
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • removeNode0

        @Deprecated
        protected OSStatus removeNode0​(int inNode)
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • getNodeCount0

        @Deprecated
        protected OSStatus getNodeCount0​(org.robovm.rt.bro.ptr.IntPtr outNumberOfNodes)
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • getIndNode0

        @Deprecated
        protected OSStatus getIndNode0​(int inIndex,
                                       org.robovm.rt.bro.ptr.IntPtr outNode)
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • connectNodeInput0

        @Deprecated
        protected OSStatus connectNodeInput0​(int inSourceNode,
                                             int inSourceOutputNumber,
                                             int inDestNode,
                                             int inDestInputNumber)
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • setNodeInputCallback0

        @Deprecated
        protected OSStatus setNodeInputCallback0​(int inDestNode,
                                                 int inDestInputNumber,
                                                 AURenderCallbackStruct inInputCallback)
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • disconnectNodeInput0

        @Deprecated
        protected OSStatus disconnectNodeInput0​(int inDestNode,
                                                int inDestInputNumber)
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • clearConnections0

        @Deprecated
        protected OSStatus clearConnections0()
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • getNumberOfInteractions0

        @Deprecated
        protected OSStatus getNumberOfInteractions0​(org.robovm.rt.bro.ptr.IntPtr outNumInteractions)
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • getInteractionInfo0

        @Deprecated
        protected OSStatus getInteractionInfo0​(int interactionIndex,
                                               AUNodeInteraction.AUNodeInteractionPtr outInteraction)
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • countNodeInteractions0

        @Deprecated
        protected OSStatus countNodeInteractions0​(int inNode,
                                                  org.robovm.rt.bro.ptr.IntPtr outNumInteractions)
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • getNodeInteractions0

        @Deprecated
        protected OSStatus getNodeInteractions0​(int node,
                                                org.robovm.rt.bro.ptr.IntPtr ioNumInteractions,
                                                AUNodeInteraction.AUNodeInteractionPtr outInteractions)
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • update0

        @Deprecated
        protected OSStatus update0​(org.robovm.rt.bro.ptr.BooleanPtr outIsUpdated)
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • open0

        @Deprecated
        protected OSStatus open0()
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • initialize0

        @Deprecated
        protected OSStatus initialize0()
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • uninitialize0

        @Deprecated
        protected OSStatus uninitialize0()
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • start0

        @Deprecated
        protected OSStatus start0()
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • stop0

        @Deprecated
        protected OSStatus stop0()
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • isOpen0

        @Deprecated
        protected OSStatus isOpen0​(org.robovm.rt.bro.ptr.BooleanPtr outIsOpen)
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • isInitialized0

        @Deprecated
        protected OSStatus isInitialized0​(org.robovm.rt.bro.ptr.BooleanPtr outIsInitialized)
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • isRunning0

        @Deprecated
        protected OSStatus isRunning0​(org.robovm.rt.bro.ptr.BooleanPtr outIsRunning)
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • getCPULoad0

        @Deprecated
        protected OSStatus getCPULoad0​(org.robovm.rt.bro.ptr.FloatPtr outAverageCPULoad)
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • getMaxCPULoad0

        @Deprecated
        protected OSStatus getMaxCPULoad0​(org.robovm.rt.bro.ptr.FloatPtr outMaxLoad)
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • addRenderNotify0

        @Deprecated
        protected OSStatus addRenderNotify0​(org.robovm.rt.bro.ptr.FunctionPtr callback,
                                            long refCon)
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.
      • removeRenderNotify0

        @Deprecated
        protected OSStatus removeRenderNotify0​(org.robovm.rt.bro.ptr.FunctionPtr callback,
                                               long refCon)
        Deprecated.
        Deprecated in iOS 100000.0. AUGraph is deprecated in favor of AVAudioEngine
        Since:
        Available in iOS 2.0 and later.