<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureSession/configuresApplicationAudioSessionForBluetoothHighQualityRecording",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCaptureSession(py)configuresApplicationAudioSessionForBluetoothHighQualityRecording"
  },
  "title" : "configuresApplicationAudioSessionForBluetoothHighQualityRecording"
}
-->

# configuresApplicationAudioSessionForBluetoothHighQualityRecording

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

```
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`](/documentation/AVFoundation/AVCaptureSession/usesApplicationAudioSession) is `false`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)