removeVideoEffectOutput(_:)
Declaration
func removeVideoEffectOutput(_ videoEffectOutput: SCVideoEffectOutput) throwsParameters
- videoEffectOutput:
A SCVideoEffectOutput object to remove from the stream.
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.