Contents

configuresApplicationAudioSessionForBluetoothHighQualityRecording

A Boolean value that indicates whether the capture session configures the app’s audio session for bluetooth high-quality recording.

Declaration

var configuresApplicationAudioSessionForBluetoothHighQualityRecording: Bool { get set }

Discussion

Use this property to enable using AirPods as a high-quality microphone. Set this value to true to tell a capture session to opt-in to high-quality bluetooth recording, which enables a person to select AirPods as the active mic source for capture. This property has no effect when the value of usesApplicationAudioSession is false.

See Also

Configuring the app’s audio session