---
title: defaultCaptureSoundDisabled
framework: avkit
role: symbol
role_heading: Type Property
path: avkit/avcaptureeventinteraction/defaultcapturesounddisabled
---

# defaultCaptureSoundDisabled

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

## Declaration

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

## Discussion

Discussion If true, you must handle sound playback for capture events manually using the 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.

## See Also

### Inspecting the interaction

- [isEnabled](avkit/avcaptureeventinteraction/isenabled.md)
