---
title: enabledFramings
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturesmartframingmonitor/enabledframings
---

# enabledFramings

An array of framings that the monitor is allowed to suggest.

## Declaration

```swift
var enabledFramings: [AVCaptureFraming] { get set }
```

## Mentioned in

Adopting smart framing in your camera app

## Discussion

Discussion The monitor is capable of recommending any of the framings in the supportedFramings array. This property contains the subset of supportedFramings you would like to have recommended to you. You may set this property at any time while running your AVCaptureSession. This property’s default value is the empty array.

## See Also

### Configuring framings

- [supportedFramings](avfoundation/avcapturesmartframingmonitor/supportedframings.md)
- [recommendedFraming](avfoundation/avcapturesmartframingmonitor/recommendedframing.md)
