<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVCaptureEventInteraction/defaultCaptureSoundDisabled",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCaptureEventInteraction(cpy)defaultCaptureSoundDisabled"
  },
  "title" : "defaultCaptureSoundDisabled"
}
-->

# defaultCaptureSoundDisabled

A Boolean value that indicates whether the default sound is in a disabled state.

```
class var defaultCaptureSoundDisabled: Bool { get set }
```

## Discussion

If `true`, you must handle sound playback for capture events manually using the [`play(_:)`](/documentation/AVKit/AVCaptureEvent/play(_:)) method.

> Important: To use AirPods Camera Control, it must be available in your country or region. AirPods Camera Control is not currently available in the European Union.

---

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)