Share via


SCStream.RemoveRecordingOutput(SCRecordingOutput, NSError) Method

Definition

[Foundation.Export("removeRecordingOutput:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool RemoveRecordingOutput(ScreenCaptureKit.SCRecordingOutput recordingOutput, out Foundation.NSError error);
[<Foundation.Export("removeRecordingOutput:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveRecordingOutput : ScreenCaptureKit.SCRecordingOutput * NSError -> bool
override this.RemoveRecordingOutput : ScreenCaptureKit.SCRecordingOutput * NSError -> bool

Parameters

recordingOutput
SCRecordingOutput
error
NSError

Returns

Attributes

Applies to