SCStreamDelegate.UserDidStop(SCStream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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