RPScreenRecorder.StartRecording Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
StartRecording(Action<NSError>) |
Avvia la registrazione ed esegue un gestore all'avvio della registrazione. |
StartRecording(Boolean, Action<NSError>) |
Gli sviluppatori non devono usare questo metodo deprecato. Gli sviluppatori devono usare invece "StartRecording (Action<NSError>)". |
StartRecording(Action<NSError>)
Avvia la registrazione ed esegue un gestore all'avvio della registrazione.
[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
Parametri
- Attributi
Si applica a
StartRecording(Boolean, Action<NSError>)
Gli sviluppatori non devono usare questo metodo deprecato. Gli sviluppatori devono usare invece "StartRecording (Action<NSError>)".
[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
Parametri
- microphoneEnabled
- Boolean
- Attributi