---
title: bracketedSettings
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturephotobracketsettings/bracketedsettings
---

# bracketedSettings

An array describing the number of and settings for images to produce in a bracketed capture.

## Declaration

```swift
var bracketedSettings: [AVCaptureBracketedStillImageSettings] { get }
```

## Discussion

Discussion This array is read-only. You provide this array of bracket settings when creating a settings object with the init(format:rawPixelFormatType:bracketedSettings:) initializer.

## See Also

### Working with bracketed settings

- [isLensStabilizationEnabled](avfoundation/avcapturephotobracketsettings/islensstabilizationenabled.md)
