---
title: "removeVideoEffectOutput(_:)"
framework: screencapturekit
role: symbol
role_heading: Instance Method
path: "screencapturekit/scstream/removevideoeffectoutput(_:)"
---

# removeVideoEffectOutput(_:)

## Declaration

```swift
func removeVideoEffectOutput(_ videoEffectOutput: SCVideoEffectOutput) throws
```

## Parameters

- `videoEffectOutput`: A SCVideoEffectOutput object to remove from the stream.

## Discussion

Discussion Remove SCVideoEffectOutput from the SCStream. Stops camera video effect if currently active. Returns a BOOL denoting if the remove was successful. Delegate for outputVideoEffectDidStopForStream: will be notified on the SCStreamDelegate. If stopCapture is called without removing videoEffectOutput, camera video effect will be stopped automatically.
