---
title: isPortraitEffectSupported
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/format/isportraiteffectsupported
---

# isPortraitEffectSupported

A Boolean value that indicates whether the format supports the Portrait Effect feature.

## Declaration

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

## Discussion

Discussion Enabling a Portrait Effect applies a shallow depth-of-field effect to objects in the background. See the isPortraitEffectEnabled property of AVCaptureDevice for more information.

## See Also

### Determining Portrait Effects support

- [isPortraitEffectsMatteStillImageDeliverySupported](avfoundation/avcapturedevice/format/isportraiteffectsmattestillimagedeliverysupported.md)
- [videoFrameRateRangeForPortraitEffect](avfoundation/avcapturedevice/format/videoframeraterangeforportraiteffect.md)
