Partager via


RPScreenRecorder.StartRecording Méthode

Définition

Surcharges

StartRecording(Action<NSError>)

Démarre l’enregistrement et exécute un gestionnaire au démarrage de l’enregistrement.

StartRecording(Boolean, Action<NSError>)

Les développeurs ne doivent pas utiliser cette méthode dépréciée. Les développeurs doivent utiliser « StartRecording (Action<NSError>) » à la place.

StartRecording(Action<NSError>)

Démarre l’enregistrement et exécute un gestionnaire au démarrage de l’enregistrement.

[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

Paramètres

handler
Action<NSError>

À ajouter.

Ce paramètre peut être null.

Attributs

S’applique à

StartRecording(Boolean, Action<NSError>)

Les développeurs ne doivent pas utiliser cette méthode dépréciée. Les développeurs doivent utiliser « StartRecording (Action<NSError>) » à la place.

[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

Paramètres

microphoneEnabled
Boolean
handler
Action<NSError>

À ajouter.

Ce paramètre peut être null.

Attributs

S’applique à