Package org.robovm.apple.audiotoolbox
Class AUGraph
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.audiotoolbox.AUGraph
public class AUGraph extends NativeObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAUGraph.AUGraphPtrNested classes/interfaces inherited from class org.robovm.rt.bro.NativeObject
NativeObject.Marshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedAUGraph() -
Method Summary
Modifier and Type Method Description intaddNode(AudioComponentDescription description)protected OSStatusaddNode0(AudioComponentDescription inDescription, IntPtr outNode)Deprecated.AUGraph is deprecated in favor of AVAudioEnginevoidaddRenderNotify(AURenderCallback callback)protected OSStatusaddRenderNotify0(FunctionPtr callback, long refCon)Deprecated.AUGraph is deprecated in favor of AVAudioEnginevoidclearConnections()protected OSStatusclearConnections0()Deprecated.AUGraph is deprecated in favor of AVAudioEnginevoidconnectNodeInput(int sourceNode, int sourceOutputNumber, int destNode, int destInputNumber)protected OSStatusconnectNodeInput0(int inSourceNode, int inSourceOutputNumber, int inDestNode, int inDestInputNumber)Deprecated.AUGraph is deprecated in favor of AVAudioEngineintcountNodeInteractions(int node)protected OSStatuscountNodeInteractions0(int inNode, IntPtr outNumInteractions)Deprecated.AUGraph is deprecated in favor of AVAudioEnginestatic AUGraphcreate()voiddisconnectNodeInput(int destNode, int destInputNumber)protected OSStatusdisconnectNodeInput0(int inDestNode, int inDestInputNumber)Deprecated.AUGraph is deprecated in favor of AVAudioEnginefloatgetCPULoad()protected OSStatusgetCPULoad0(FloatPtr outAverageCPULoad)Deprecated.AUGraph is deprecated in favor of AVAudioEngineintgetIndNode(int index)protected OSStatusgetIndNode0(int inIndex, IntPtr outNode)Deprecated.AUGraph is deprecated in favor of AVAudioEngineAUNodeInteractiongetInteractionInfo(int interactionIndex)protected OSStatusgetInteractionInfo0(int interactionIndex, AUNodeInteraction.AUNodeInteractionPtr outInteraction)Deprecated.AUGraph is deprecated in favor of AVAudioEnginefloatgetMaxCPULoad()protected OSStatusgetMaxCPULoad0(FloatPtr outMaxLoad)Deprecated.AUGraph is deprecated in favor of AVAudioEngineAudioUnitgetNodeAudioUnit(int node)intgetNodeCount()protected OSStatusgetNodeCount0(IntPtr outNumberOfNodes)Deprecated.AUGraph is deprecated in favor of AVAudioEngineAudioComponentDescriptiongetNodeDescription(int node)protected OSStatusgetNodeInfo0(int inNode, AudioComponentDescription.AudioComponentDescriptionPtr outDescription, AudioUnit.AudioUnitPtr outAudioUnit)Deprecated.AUGraph is deprecated in favor of AVAudioEngineAUNodeInteraction[]getNodeInteractions(int node)AUNodeInteraction[]getNodeInteractions(int node, int maxInteractions)protected OSStatusgetNodeInteractions0(int node, IntPtr ioNumInteractions, AUNodeInteraction.AUNodeInteractionPtr outInteractions)Deprecated.AUGraph is deprecated in favor of AVAudioEngineintgetNumberOfInteractions()protected OSStatusgetNumberOfInteractions0(IntPtr outNumInteractions)Deprecated.AUGraph is deprecated in favor of AVAudioEnginevoidinitialize()protected OSStatusinitialize0()Deprecated.AUGraph is deprecated in favor of AVAudioEnginebooleanisInitialized()protected OSStatusisInitialized0(BooleanPtr outIsInitialized)Deprecated.AUGraph is deprecated in favor of AVAudioEnginebooleanisOpen()protected OSStatusisOpen0(BooleanPtr outIsOpen)Deprecated.AUGraph is deprecated in favor of AVAudioEnginebooleanisRunning()protected OSStatusisRunning0(BooleanPtr outIsRunning)Deprecated.AUGraph is deprecated in favor of AVAudioEnginevoidopen()protected OSStatusopen0()Deprecated.AUGraph is deprecated in favor of AVAudioEnginevoidremoveNode(int node)protected OSStatusremoveNode0(int inNode)Deprecated.AUGraph is deprecated in favor of AVAudioEnginevoidremoveRenderNotify(AURenderCallback callback)protected OSStatusremoveRenderNotify0(FunctionPtr callback, long refCon)Deprecated.AUGraph is deprecated in favor of AVAudioEnginevoidsetNodeInputCallback(int destNode, int destInputNumber, AURenderCallback inputCallback)protected OSStatussetNodeInputCallback0(int inDestNode, int inDestInputNumber, AURenderCallbackStruct inInputCallback)Deprecated.AUGraph is deprecated in favor of AVAudioEnginevoidstart()protected OSStatusstart0()Deprecated.AUGraph is deprecated in favor of AVAudioEnginevoidstop()protected OSStatusstop0()Deprecated.AUGraph is deprecated in favor of AVAudioEnginevoiduninitialize()protected OSStatusuninitialize0()Deprecated.AUGraph is deprecated in favor of AVAudioEnginebooleanupdate()protected OSStatusupdate0(BooleanPtr outIsUpdated)Deprecated.AUGraph is deprecated in favor of AVAudioEngine
-
Constructor Details
-
AUGraph
protected AUGraph()
-
-
Method Details
-
create
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
addNode
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
removeNode
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
getNodeCount
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
getIndNode
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
getNodeDescription
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
getNodeAudioUnit
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
connectNodeInput
public void connectNodeInput(int sourceNode, int sourceOutputNumber, int destNode, int destInputNumber) throws OSStatusException- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
setNodeInputCallback
public void setNodeInputCallback(int destNode, int destInputNumber, AURenderCallback inputCallback) throws OSStatusException- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
disconnectNodeInput
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
clearConnections
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
getNumberOfInteractions
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
getInteractionInfo
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
countNodeInteractions
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
getNodeInteractions
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
getNodeInteractions
public AUNodeInteraction[] getNodeInteractions(int node, int maxInteractions) throws OSStatusException- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
update
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
open
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
initialize
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
uninitialize
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
start
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
stop
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
isOpen
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
isInitialized
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
isRunning
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
getCPULoad
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
getMaxCPULoad
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
addRenderNotify
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
removeRenderNotify
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
addNode0
Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
removeNode0
Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
getNodeCount0
Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
getIndNode0
Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
getNodeInfo0
@Deprecated protected OSStatus getNodeInfo0(int inNode, AudioComponentDescription.AudioComponentDescriptionPtr outDescription, AudioUnit.AudioUnitPtr outAudioUnit)Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
connectNodeInput0
@Deprecated protected OSStatus connectNodeInput0(int inSourceNode, int inSourceOutputNumber, int inDestNode, int inDestInputNumber)Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
setNodeInputCallback0
@Deprecated protected OSStatus setNodeInputCallback0(int inDestNode, int inDestInputNumber, AURenderCallbackStruct inInputCallback)Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
disconnectNodeInput0
Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
clearConnections0
Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
getNumberOfInteractions0
Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
getInteractionInfo0
@Deprecated protected OSStatus getInteractionInfo0(int interactionIndex, AUNodeInteraction.AUNodeInteractionPtr outInteraction)Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
countNodeInteractions0
Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
getNodeInteractions0
@Deprecated protected OSStatus getNodeInteractions0(int node, IntPtr ioNumInteractions, AUNodeInteraction.AUNodeInteractionPtr outInteractions)Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
update0
Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
open0
Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
initialize0
Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
uninitialize0
Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
start0
Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
stop0
Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
isOpen0
Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
isInitialized0
Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
isRunning0
Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
getCPULoad0
Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
getMaxCPULoad0
Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
addRenderNotify0
Deprecated.AUGraph is deprecated in favor of AVAudioEngine -
removeRenderNotify0
Deprecated.AUGraph is deprecated in favor of AVAudioEngine
-