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