Share via


SCStreamDelegate.UserDidStop(SCStream) Method

Definition

Caution

Do not use this method.

[Foundation.Export("userDidStopStream:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[System.Obsolete("Do not use this method.", false)]
public virtual void UserDidStop(ScreenCaptureKit.SCStream stream);
[<Foundation.Export("userDidStopStream:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<System.Obsolete("Do not use this method.", false)>]
abstract member UserDidStop : ScreenCaptureKit.SCStream -> unit
override this.UserDidStop : ScreenCaptureKit.SCStream -> unit

Parameters

stream
SCStream

Implements

Attributes

Applies to