<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureSystemExposureBiasSlider",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCaptureSystemExposureBiasSlider"
  },
  "title" : "AVCaptureSystemExposureBiasSlider"
}
-->

# AVCaptureSystemExposureBiasSlider

A control that adjusts the exposure bias of a capture device within the system-recommended range.

```
class AVCaptureSystemExposureBiasSlider
```

## Overview

This control defines its range by querying the [`systemRecommendedExposureBiasRange`](/documentation/AVFoundation/AVCaptureDevice/Format/systemRecommendedExposureBiasRange) property of the device’s active format. If a device’s [`activeFormat`](/documentation/AVFoundation/AVCaptureDevice/activeFormat) value changes, the slider updates its range with the new format’s system-recommended value.

To use this control, add it to the capture session by calling the session’s [`addControl(_:)`](/documentation/AVFoundation/AVCaptureSession/addControl(_:)) method.

## Topics

### Creating an exposure bias slider

[`init(device:)`](/documentation/AVFoundation/AVCaptureSystemExposureBiasSlider/init(device:))

Creates a slider to control the exposure bias of the specified capture device.

[`init(device:action:)`](/documentation/AVFoundation/AVCaptureSystemExposureBiasSlider/init(device:action:))

Creates a slider to control the exposure bias of the specified capture device with an action to respond to exposure bias changes.



---

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)