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