Contents

AUGraphIsNodeSubGraph(_:_:_:)

Determines whether a node object represent an audio processing graph or an audio unit.

Declaration

func AUGraphIsNodeSubGraph(_ inGraph: AUGraph, _ inNode: AUNode, _ outFlag: UnsafeMutablePointer<DarwinBoolean>) -> OSStatus

Parameters

  • inGraph:

    The AUGraph object containing the node you want to query.

  • inNode:

    The node to query.

  • outFlag:

    On output, true if the node is a subgraph, false if not.

Return Value

A result code.

See Also

Audio Unit Processing Graph Services Functions