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