---
title: SCScreenshotManager
framework: screencapturekit
role: symbol
role_heading: Class
path: screencapturekit/scscreenshotmanager
---

# SCScreenshotManager

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

## Declaration

```swift
class SCScreenshotManager
```

## Topics

### Individual frame capture

- [captureImage(contentFilter:configuration:completionHandler:)](screencapturekit/scscreenshotmanager/captureimage(contentfilter:configuration:completionhandler:).md)
- [captureSampleBuffer(contentFilter:configuration:completionHandler:)](screencapturekit/scscreenshotmanager/capturesamplebuffer(contentfilter:configuration:completionhandler:).md)

### Type Methods

- [captureImage(in:completionHandler:)](screencapturekit/scscreenshotmanager/captureimage(in:completionhandler:).md)
- [captureScreenshot(contentFilter:configuration:completionHandler:)](screencapturekit/scscreenshotmanager/capturescreenshot(contentfilter:configuration:completionhandler:).md)
- [captureScreenshot(rect:configuration:completionHandler:)](screencapturekit/scscreenshotmanager/capturescreenshot(rect:configuration:completionhandler:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.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

### Content capture

- [SCStream](screencapturekit/scstream.md)
- [SCStreamConfiguration](screencapturekit/scstreamconfiguration.md)
- [SCContentFilter](screencapturekit/sccontentfilter.md)
- [SCStreamDelegate](screencapturekit/scstreamdelegate.md)
- [SCScreenshotConfiguration](screencapturekit/scscreenshotconfiguration.md)
- [SCScreenshotOutput](screencapturekit/scscreenshotoutput.md)
