RPScreenRecorder.StartRecording Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- 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
- Attributs