<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: 18.2.0 -",
    "macOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ScreenCaptureKit",
  "identifier" : "/documentation/ScreenCaptureKit/SCScreenshotManager",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ScreenCaptureKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SCScreenshotManager"
  },
  "title" : "SCScreenshotManager"
}
-->

# SCScreenshotManager

An instance for the capture of single frames from a stream.

```
class SCScreenshotManager
```

## Topics

### Individual frame capture

[`captureImage(contentFilter:configuration:completionHandler:)`](/documentation/ScreenCaptureKit/SCScreenshotManager/captureImage(contentFilter:configuration:completionHandler:))

Captures a single frame from a stream as an image, using a filter.

[`captureSampleBuffer(contentFilter:configuration:completionHandler:)`](/documentation/ScreenCaptureKit/SCScreenshotManager/captureSampleBuffer(contentFilter:configuration:completionHandler:))

Captures a single frame directly from a stream’s buffer, using a filter.



---

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)