---
title: isShutterSoundSuppressionEnabled
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturephotosettings/isshuttersoundsuppressionenabled
---

# isShutterSoundSuppressionEnabled

A Boolean value that indicates whether to suppress the built-in shutter sound when capturing a photo.

## Declaration

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

## Discussion

Discussion The default value is false. Set the value to true to suppress the photo output’s built-in shutter sound for this request. The photo output throws an invalid argument exception when calling capturePhoto(with:delegate:) if its isShutterSoundSuppressionSupported property returns false.
