-
Notifications
You must be signed in to change notification settings - Fork 3
AudioDevice
Lejla Solak edited this page Jun 12, 2023
·
1 revision
isActive: Bool
name: String
portDescription: AVAudioSessionPortDescription
outputPortOverride: AVAudioSession.PortOverride
Read-only bool property indicating whether this device is currently being used.
Read-only string property containing a human-readable name for this audio device.
Read-only property containing the underlying port description for this audio device.
Read-only property containing
an enum value specifying which output
port is being used instead of the default one provided by portDescription
.