---
title: SCCaptureResolutionType
framework: screencapturekit
role: symbol
role_heading: Enumeration
path: screencapturekit/sccaptureresolutiontype
---

# SCCaptureResolutionType

Available resolutions for content capture.

## Declaration

```swift
enum SCCaptureResolutionType
```

## Overview

Overview Higher-resolution values produce better and more accurate-looking content to the source, at the expense of bandwidth.

## Topics

### Resolutions

- [SCCaptureResolutionType.automatic](screencapturekit/sccaptureresolutiontype/automatic.md)
- [SCCaptureResolutionType.best](screencapturekit/sccaptureresolutiontype/best.md)
- [SCCaptureResolutionType.nominal](screencapturekit/sccaptureresolutiontype/nominal.md)

### Initializers

- [init(rawValue:)](screencapturekit/sccaptureresolutiontype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Configuring captured frames

- [queueDepth](screencapturekit/scstreamconfiguration/queuedepth.md)
- [minimumFrameInterval](screencapturekit/scstreamconfiguration/minimumframeinterval.md)
- [captureResolution](screencapturekit/scstreamconfiguration/captureresolution.md)
