<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 18.2.0 -",
    "macOS: 12.3.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ScreenCaptureKit",
  "identifier" : "/documentation/ScreenCaptureKit/SCStreamOutput",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "ScreenCaptureKit"
    ],
    "preciseIdentifier" : "c:objc(pl)SCStreamOutput"
  },
  "title" : "SCStreamOutput"
}
-->

# SCStreamOutput

A delegate protocol your app implements to receive capture stream output events.

```
protocol SCStreamOutput : NSObjectProtocol
```

## Overview

The [`SCStreamOutput`](/documentation/ScreenCaptureKit/SCStreamOutput) protocol provides a way to retrieve output from an [`SCStream`](/documentation/ScreenCaptureKit/SCStream).

After you call [`startCapture(completionHandler:)`](/documentation/ScreenCaptureKit/SCStream/startCapture(completionHandler:)), the system provides frame data through the [`stream(_:didOutputSampleBuffer:of:)`](/documentation/ScreenCaptureKit/SCStreamOutput/stream(_:didOutputSampleBuffer:of:)) method. You can inspect the <doc://com.apple.documentation/documentation/CoreMedia/CMSampleBuffer> to retrieve image data, and inspect the sample buffer for metadata about the frame.

## Topics

### Receiving stream output

[`stream(_:didOutputSampleBuffer:of:)`](/documentation/ScreenCaptureKit/SCStreamOutput/stream(_:didOutputSampleBuffer:of:))

Tells the delegate that a capture stream produced a frame.



---

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)