init(node:bus:)
Creates a connection point object.
Declaration
init(node: AVAudioNode, bus: AVAudioNodeBus)Parameters
- node:
The source or destination node.
- bus:
The output or input bus on the node.
Discussion
If the node is nil, this method fails and returns nil.