---
title: AVCaptureManualExposureBracketedStillImageSettings
framework: avfoundation
role: symbol
role_heading: Class
path: avfoundation/avcapturemanualexposurebracketedstillimagesettings
---

# AVCaptureManualExposureBracketedStillImageSettings

A configuration for defining bracketed photo captures in terms of specific exposure and ISO values.

## Declaration

```swift
class AVCaptureManualExposureBracketedStillImageSettings
```

## Mentioned in

Capturing a bracketed photo sequence

## Overview

Overview The AVCaptureManualExposureBracketedStillImageSettings class is a concrete subclass of the AVCaptureBracketedStillImageSettings class used when bracketing exposure duration and ISO. An AVCaptureManualExposureBracketedStillImageSettings instance defines exposure duration and ISO settings that should be applied to one image in a bracket. An array of AVCaptureManualExposureBracketedStillImageSettings objects is passed to captureStillImageBracketAsynchronouslyFromConnection:withSettingsArray:completionHandler: to specify the bracketing. You can query the minimum and maximum duration and ISO properties of the AVCaptureDevice instance supplying data to an AVCaptureStillImageOutput instance. If you wish to leave exposureDuration unchanged for this bracketed still image, you pass the value AVCaptureExposureDurationCurrent when creating the instance. To keep the ISO unchanged, you pass AVCaptureISOCurrent when creating the instance.

## Topics

### Creating a manual bracketed exposure settings instance

- [manualExposureSettings(exposureDuration:iso:)](avfoundation/avcapturemanualexposurebracketedstillimagesettings/manualexposuresettings(exposureduration:iso:).md)

### Getting manual exposure setting values

- [iso](avfoundation/avcapturemanualexposurebracketedstillimagesettings/iso.md)
- [exposureDuration](avfoundation/avcapturemanualexposurebracketedstillimagesettings/exposureduration.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

- [AVCaptureAutoExposureBracketedStillImageSettings](avfoundation/avcaptureautoexposurebracketedstillimagesettings.md)
- [AVCaptureBracketedStillImageSettings](avfoundation/avcapturebracketedstillimagesettings.md)
