This class represents an audio node that connects to the system's audio output.
SDKs
- iOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- AVFoundation
Declaration
class AVAudioOutputNode : AVAudio IONode
Overview
This audio node has one element. The format of the output scope reflects the audio hardware sample rate and channel count. 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 will convert.
Important
This class has no methods of its own. It overrides methods defined by its parent classes.