RPScreenRecorder.StopRecordingAsync Method

Definition

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

public virtual System.Threading.Tasks.Task<ReplayKit.RPPreviewViewController> StopRecordingAsync ();
abstract member StopRecordingAsync : unit -> System.Threading.Tasks.Task<ReplayKit.RPPreviewViewController>
override 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>.

Applies to