Condividi tramite


RPScreenRecorder.StartRecording Metodo

Definizione

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

handler
Action<NSError>

Da aggiungere.

Questo parametro può essere null.

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
handler
Action<NSError>

Da aggiungere.

Questo parametro può essere null.

Attributi

Si applica a