RPScreenRecorderDelegate_Extensions.DidStopRecording 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.
Overloads
| Name | Description |
|---|---|
| DidStopRecording(IRPScreenRecorderDelegate, RPScreenRecorder, NSError, RPPreviewViewController) |
Developers should not use this deprecated method. Developers should use 'DidStopRecording(RPScreenRecorder,RPPreviewViewController,NSError)' instead. |
| DidStopRecording(IRPScreenRecorderDelegate, RPScreenRecorder, RPPreviewViewController, NSError) |
DidStopRecording(IRPScreenRecorderDelegate, RPScreenRecorder, NSError, RPPreviewViewController)
Developers should not use this deprecated method. Developers should use 'DidStopRecording(RPScreenRecorder,RPPreviewViewController,NSError)' instead.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidStopRecording(this ReplayKit.IRPScreenRecorderDelegate This, ReplayKit.RPScreenRecorder screenRecorder, Foundation.NSError error, ReplayKit.RPPreviewViewController? previewViewController);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidStopRecording : ReplayKit.IRPScreenRecorderDelegate * ReplayKit.RPScreenRecorder * Foundation.NSError * ReplayKit.RPPreviewViewController -> unit
Parameters
- screenRecorder
- RPScreenRecorder
- error
- NSError
- Attributes
Applies to
DidStopRecording(IRPScreenRecorderDelegate, RPScreenRecorder, RPPreviewViewController, NSError)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidStopRecording(this ReplayKit.IRPScreenRecorderDelegate This, ReplayKit.RPScreenRecorder screenRecorder, ReplayKit.RPPreviewViewController? previewViewController, Foundation.NSError? error);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidStopRecording : ReplayKit.IRPScreenRecorderDelegate * ReplayKit.RPScreenRecorder * ReplayKit.RPPreviewViewController * Foundation.NSError -> unit
Parameters
- screenRecorder
- RPScreenRecorder
- Attributes