<!--
{
  "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/SCStreamDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "ScreenCaptureKit"
    ],
    "preciseIdentifier" : "c:objc(pl)SCStreamDelegate"
  },
  "title" : "SCStreamDelegate"
}
-->

# SCStreamDelegate

A delegate protocol your app implements to respond to stream events.

```
protocol SCStreamDelegate : NSObjectProtocol
```

## Topics

### Responding to Presenter Overlay

[`outputVideoEffectDidStart(for:)`](/documentation/ScreenCaptureKit/SCStreamDelegate/outputVideoEffectDidStart(for:))

Tells the delegate that Presenter Overlay started.

[`outputVideoEffectDidStop(for:)`](/documentation/ScreenCaptureKit/SCStreamDelegate/outputVideoEffectDidStop(for:))

Tells the delegate that Presenter Overlay stopped.

### Responding to stream stoppage

[`stream(_:didStopWithError:)`](/documentation/ScreenCaptureKit/SCStreamDelegate/stream(_:didStopWithError:))

Tells the delegate that the stream stopped with an error.



---

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)