AVAudioSessionPortDescription
Information about the capabilities of the port and the hardware channels it supports.
Declaration
class AVAudioSessionPortDescriptionOverview
A port description object describes a single input or output port associated with an audio route. Examples of audio ports include a device’s built-in speaker, a microphone on a wired headset, and a Bluetooth device supporting the Advanced Audio Distribution Profile (A2DP).
You can query the audio session’s currentRoute property to get information about the active set of input and output ports. To change the current audio routing, call the setPreferredInput(_:) method. For example, on a device with a wired headset attached, the audio session’s availableInputs array may contain two port descriptions: one for the headset microphone and one for the device’s built-in microphone. You can use the audio session’s setPreferredInput(_:) method to select the headset or built-in microphone for audio input.
Topics
Getting the Port Attributes
portNameportTypeAVAudioSession.PortchannelsAVAudioSessionChannelDescriptionuidhasHardwareVoiceCallProcessingisSpatialAudioEnabled