---
title: configuresApplicationAudioSessionForBluetoothHighQualityRecording
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturesession/configuresapplicationaudiosessionforbluetoothhighqualityrecording
---

# configuresApplicationAudioSessionForBluetoothHighQualityRecording

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

## Declaration

```swift
var configuresApplicationAudioSessionForBluetoothHighQualityRecording: Bool { get set }
```

## Discussion

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

- [usesApplicationAudioSession](avfoundation/avcapturesession/usesapplicationaudiosession.md)
- [automaticallyConfiguresApplicationAudioSession](avfoundation/avcapturesession/automaticallyconfiguresapplicationaudiosession.md)
- [configuresApplicationAudioSessionToMixWithOthers](avfoundation/avcapturesession/configuresapplicationaudiosessiontomixwithothers.md)
