<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 14.0.0 -",
    "tvOS: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureManualExposureBracketedStillImageSettings/manualExposureSettings(exposureDuration:iso:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCaptureManualExposureBracketedStillImageSettings(cm)manualExposureSettingsWithExposureDuration:ISO:"
  },
  "title" : "manualExposureSettings(exposureDuration:iso:)"
}
-->

# manualExposureSettings(exposureDuration:iso:)

Creates a configuration of still image settings using the specified exposure duration and ISO.

```
class func manualExposureSettings(exposureDuration duration: CMTime, iso ISO: Float) -> Self
```

## Parameters

`duration`

The exposure duration in seconds. Pass `AVCaptureExposureDurationCurrent` to leave the duration unchanged for this bracketed image.

`ISO`

The film speed in the ISO format. Pass `AVCaptureISOCurrent` to leave the ISO unchanged for this bracketed image.

## Return Value

An initialized `AVCaptureManualExposureBracketedStillImageSettings` instance.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)