---
title: bracketSettings
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturephoto/bracketsettings
---

# bracketSettings

The variations available for bracketed capture settings for this photo.

## Declaration

```swift
var bracketSettings: AVCaptureBracketedStillImageSettings? { get }
```

## Discussion

Discussion When you request a bracketed capture using the AVCapturePhotoBracketSettings class, you specify an array of AVCaptureBracketedStillImageSettings objects indicating the capture setting variations (such as exposure compensation) to apply to each image in the bracket. This property indicates the settings associated with this particular photo, or nil if this photo is not part of a bracketed capture.

## See Also

### Examining bracketed capture information

- [sequenceCount](avfoundation/avcapturephoto/sequencecount.md)
- [lensStabilizationStatus](avfoundation/avcapturephoto/lensstabilizationstatus.md)
- [AVCaptureDevice.LensStabilizationStatus](avfoundation/avcapturedevice/lensstabilizationstatus.md)
