Contents

AUGraphNodeInfo(_:_:_:_:)

Returns information about a node object.

Declaration

func AUGraphNodeInfo(_ inGraph: AUGraph, _ inNode: AUNode, _ outDescription: UnsafeMutablePointer<AudioComponentDescription>?, _ outAudioUnit: UnsafeMutablePointer<AudioUnit?>?) -> OSStatus

Parameters

  • inGraph:

    The AUGraph object.

  • inNode:

    The node to query.

  • outDescription:

    The component description that would describe the AudioUnit of this node.

  • outAudioUnit:

    The AudioUnit of this node

Return Value

A result code.

Discussion

You can pass NULL for any output parameter whose value you don’t care about.

See Also

Audio Unit Processing Graph Services Functions