共用方式為


RPScreenRecorder.StopRecordingAsync 方法

定義

停止錄製,並在錄製停止時執行處理常式。

public virtual System.Threading.Tasks.Task<ReplayKit.RPPreviewViewController> StopRecordingAsync ();
abstract member StopRecordingAsync : unit -> System.Threading.Tasks.Task<ReplayKit.RPPreviewViewController>
override this.StopRecordingAsync : unit -> System.Threading.Tasks.Task<ReplayKit.RPPreviewViewController>

傳回

表示非同步 StopRecording 作業的工作。 TResult 參數的值的類型為 System.Action < ReplayKit.RPPreviewViewController,Foundation.NSError > 。

適用於