RPScreenRecorder.StartRecording 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 |
|---|---|
| StartRecording(Action<NSError>) | |
| StartRecording(Boolean, Action<NSError>) |
StartRecording(Action<NSError>)
[Foundation.Export("startRecordingWithHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public void StartRecording(Action<Foundation.NSError>? handler);
[<Foundation.Export("startRecordingWithHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.StartRecording : Action<Foundation.NSError> -> unit
Parameters
- Attributes
Applies to
StartRecording(Boolean, Action<NSError>)
[Foundation.Export("startRecordingWithMicrophoneEnabled:handler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public void StartRecording(bool microphoneEnabled, Action<Foundation.NSError>? handler);
[<Foundation.Export("startRecordingWithMicrophoneEnabled:handler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.StartRecording : bool * Action<Foundation.NSError> -> unit
Parameters
- microphoneEnabled
- Boolean
- Attributes