Share via


RPScreenRecorder.StartRecordingAsync Method

Definition

Overloads

Name Description
StartRecordingAsync()

Starts the recording and runs a handler when the recording starts.

StartRecordingAsync(Boolean)

Asynchronously starts recording the screen, controlling whether recording is enabled.

StartRecordingAsync()

Starts the recording and runs a handler when the recording starts.

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

Returns

A task that represents the asynchronous StartRecording operation

Attributes

Applies to

StartRecordingAsync(Boolean)

Asynchronously starts recording the screen, controlling whether recording is enabled.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public System.Threading.Tasks.Task StartRecordingAsync(bool microphoneEnabled);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.StartRecordingAsync : bool -> System.Threading.Tasks.Task

Parameters

microphoneEnabled
Boolean

Returns

A task that represents the asynchronous StartRecording operation

Attributes

Applies to