---
title: AVCaptureSystemZoomSlider
framework: avfoundation
role: symbol
role_heading: Class
path: avfoundation/avcapturesystemzoomslider
---

# AVCaptureSystemZoomSlider

A control that adjusts the video zoom factor of a capture device within the system-recommended range.

## Declaration

```swift
class AVCaptureSystemZoomSlider
```

## Mentioned in

Enhancing your app experience with the Camera Control

## Overview

Overview The system sets the slider’s range to the value of the systemRecommendedVideoZoomRange property of the device’s active format. If a device’s activeFormat value changes, the slider updates its range to the new format’s recommendation. To use this control, add it to the capture session by calling the session’s addControl(_:) method.

## Topics

### Creating a zoom slider

- [init(device:)](avfoundation/avcapturesystemzoomslider/init(device:).md)
- [init(device:action:)](avfoundation/avcapturesystemzoomslider/init(device:action:).md)

## Relationships

### Inherits From

- [AVCaptureControl](avfoundation/avcapturecontrol.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

### Capture controls

- [Enhancing your app experience with the Camera Control](avfoundation/enhancing-your-app-experience-with-the-camera-control.md)
- [AVCaptureControl](avfoundation/avcapturecontrol.md)
- [AVCaptureSystemExposureBiasSlider](avfoundation/avcapturesystemexposurebiasslider.md)
- [AVCaptureSlider](avfoundation/avcaptureslider.md)
- [AVCaptureIndexPicker](avfoundation/avcaptureindexpicker.md)
