AVAudioOutputNode
An object that connects to the system’s audio output.
Declaration
class AVAudioOutputNodeOverview
This node connects to the system’s audio output when rendering to or from an audio device. This node performs output in response to client’s requests when the engine is in manual rendering mode.
This audio node has one element. The format of the output scope reflects:
The audio hardware sample rate and channel count when it connects to the hardware.
The engine’s manual rendering mode output format (see manualRenderingFormat).
The format of the input scope is initially the same as that of the output, but you may set it to a different format, in which case the audio node converts.