<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: 18.2.0 -",
    "macOS: 12.3.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ScreenCaptureKit",
  "identifier" : "/documentation/ScreenCaptureKit/SCCaptureResolutionType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "ScreenCaptureKit"
    ],
    "preciseIdentifier" : "c:@E@SCCaptureResolutionType"
  },
  "title" : "SCCaptureResolutionType"
}
-->

# SCCaptureResolutionType

Available resolutions for content capture.

```
enum SCCaptureResolutionType
```

## Overview

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

## Topics

### Resolutions

[`SCCaptureResolutionType.automatic`](/documentation/ScreenCaptureKit/SCCaptureResolutionType/automatic)

Allow ScreenCaptureKit to automatically select the quality of content depending on factors such as network connection.

[`SCCaptureResolutionType.best`](/documentation/ScreenCaptureKit/SCCaptureResolutionType/best)

Capture streaming content at the best available resolution.

[`SCCaptureResolutionType.nominal`](/documentation/ScreenCaptureKit/SCCaptureResolutionType/nominal)

Capture streaming content with a one point to one pixel conversion factor.



---

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)