---
title: isShutterSoundSuppressionSupported
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturephotooutput/isshuttersoundsuppressionsupported
---

# isShutterSoundSuppressionSupported

A Boolean value that indicates whether the photo output supports suppressing the system shutter sound.

## Declaration

```swift
var isShutterSoundSuppressionSupported: Bool { get }
```

## Discussion

Discussion In iOS, the value is true, except in jurisdictions where you can’t disable the shutter sound. On all other platforms, the value is always false. If the output supports this feature, you can supress the shutter sound when capturing a photo using the isShutterSoundSuppressionEnabled property of AVCapturePhotoSettings.
