共用方式為


RPScreenRecorder.StartRecording 方法

定義

多載

StartRecording(Action<NSError>)

啟動錄製,並在錄製開始時執行處理常式。

StartRecording(Boolean, Action<NSError>)

開發人員不應該使用此已被取代的方法。 開發人員應該改用 'StartRecording (Action < NSError >) '。

StartRecording(Action<NSError>)

啟動錄製,並在錄製開始時執行處理常式。

[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

參數

handler
Action<NSError>

即將加入。

這個參數可以是 null

屬性

適用於

StartRecording(Boolean, Action<NSError>)

開發人員不應該使用此已被取代的方法。 開發人員應該改用 '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

參數

microphoneEnabled
Boolean
handler
Action<NSError>

即將加入。

這個參數可以是 null

屬性

適用於