次の方法で共有


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> 型です。

適用対象