A route description manages the input and output ports associated with the current audio route for a session.
SDKs
- iOS 6.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- AVFoundation
Declaration
class AVAudioSessionRouteDescription : NSObject
Overview
You do not create instances of this class yourself. Instead, you retrieve the current audio route from your app’s AVAudio
object.