---
title: AVCaptureAutoExposureBracketedStillImageSettings
framework: avfoundation
role: symbol
role_heading: Class
path: avfoundation/avcaptureautoexposurebracketedstillimagesettings
---

# AVCaptureAutoExposureBracketedStillImageSettings

A configuration for defining bracketed photo captures in terms of bias relative to automatic exposure.

## Declaration

```swift
class AVCaptureAutoExposureBracketedStillImageSettings
```

## Mentioned in

Capturing a bracketed photo sequence

## Overview

Overview An AVCaptureAutoExposureBracketedStillImageSettings instance defines the exposure target bias setting that should be applied to one image in a bracket. An array of AVCaptureAutoExposureBracketedStillImageSettings objects is passed to captureStillImageBracketAsynchronouslyFromConnection:withSettingsArray:completionHandler: to specify the bracketing. The minimum and maximum exposure target bias are properties of the AVCaptureDevice instance supplying data to an AVCaptureStillImageOutput instance. If you wish to leave exposureTargetBias unchanged for this bracketed still image, you may pass the value AVCaptureExposureTargetBiasCurrent.

## Topics

### Creating an auto exposure settings instance

- [autoExposureSettings(exposureTargetBias:)](avfoundation/avcaptureautoexposurebracketedstillimagesettings/autoexposuresettings(exposuretargetbias:).md)

### Getting the exposure target bias

- [exposureTargetBias](avfoundation/avcaptureautoexposurebracketedstillimagesettings/exposuretargetbias.md)

## Relationships

### Inherits From

- [AVCaptureBracketedStillImageSettings](avfoundation/avcapturebracketedstillimagesettings.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Bracketed settings types

- [AVCaptureManualExposureBracketedStillImageSettings](avfoundation/avcapturemanualexposurebracketedstillimagesettings.md)
- [AVCaptureBracketedStillImageSettings](avfoundation/avcapturebracketedstillimagesettings.md)
