Share via


RPScreenRecorder.StopRecordingAsync Method

Definition

Overloads

Name Description
StopRecordingAsync()

Stops the recording and runs a handler when the recording stops.

StopRecordingAsync(NSUrl)

StopRecordingAsync()

Stops the recording and runs a handler when the recording stops.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public System.Threading.Tasks.Task<ReplayKit.RPPreviewViewController> StopRecordingAsync();
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.StopRecordingAsync : unit -> System.Threading.Tasks.Task<ReplayKit.RPPreviewViewController>

Returns

A task that represents the asynchronous StopRecording operation. The value of the TResult parameter is of type System.Action<ReplayKit.RPPreviewViewController,Foundation.NSError>.

Attributes

Applies to

StopRecordingAsync(NSUrl)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public System.Threading.Tasks.Task StopRecordingAsync(Foundation.NSUrl url);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.StopRecordingAsync : Foundation.NSUrl -> System.Threading.Tasks.Task

Parameters

url
NSUrl

Returns

Attributes

Applies to