RPScreenRecorder.StopRecordingAsync 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.
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>.