Contents

AUGraphGetNodeInfoSubGraph(_:_:_:)

Gets the audio processing subgraph object represented by a node.

Declaration

func AUGraphGetNodeInfoSubGraph(_ inGraph: AUGraph, _ inNode: AUNode, _ outSubGraph: UnsafeMutablePointer<AUGraph?>) -> OSStatus

Parameters

  • inGraph:

    The AUGraph object to get the subgraph from.

  • inNode:

    The node that represents the subgraph.

  • outSubGraph:

    The subgraph.

Return Value

A result code.

See Also

Audio Unit Processing Graph Services Functions