---
title: "outputVideoEffectDidStop(for:)"
framework: screencapturekit
role: symbol
role_heading: Instance Method
path: "screencapturekit/scstreamdelegate/outputvideoeffectdidstop(for:)"
---

# outputVideoEffectDidStop(for:)

Tells the delegate that Presenter Overlay stopped.

## Declaration

```swift
optional func outputVideoEffectDidStop(for stream: SCStream)
```

## Parameters

- `stream`: The stream that was using Presenter Overlay.

## See Also

### Responding to Presenter Overlay

- [outputVideoEffectDidStart(for:)](screencapturekit/scstreamdelegate/outputvideoeffectdidstart(for:).md)
