RPScreenRecorder.StartRecording Method

Definition

Overloads

StartRecording(Action<NSError>)

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

StartRecording(Boolean, Action<NSError>)

Developers should not use this deprecated method. Developers should use 'StartRecording (Action<NSError>)' instead.

StartRecording(Action<NSError>)

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

[Foundation.Export("startRecordingWithHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void StartRecording (Action<Foundation.NSError> handler);
abstract member StartRecording : Action<Foundation.NSError> -> unit
override this.StartRecording : Action<Foundation.NSError> -> unit

Parameters

handler
Action<NSError>

To be added.

This parameter can be null.

Attributes

Applies to

StartRecording(Boolean, Action<NSError>)

Developers should not use this deprecated method. Developers should use 'StartRecording (Action<NSError>)' instead.

[Foundation.Export("startRecordingWithMicrophoneEnabled:handler:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'StartRecording (Action<NSError>)' instead.")]
public virtual void StartRecording (bool microphoneEnabled, Action<Foundation.NSError> handler);
abstract member StartRecording : bool * Action<Foundation.NSError> -> unit
override this.StartRecording : bool * Action<Foundation.NSError> -> unit

Parameters

microphoneEnabled
Boolean
handler
Action<NSError>

To be added.

This parameter can be null.

Attributes

Applies to