次の方法で共有


RPScreenRecorder.StopCapture(Action<NSError>) メソッド

定義

画面とオーディオの記録を停止します。

[Foundation.Export("stopCaptureWithHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void StopCapture(Action<Foundation.NSError> handler);
abstract member StopCapture : Action<Foundation.NSError> -> unit
override this.StopCapture : Action<Foundation.NSError> -> unit

パラメーター

handler
Action<NSError>

追加する。

このパラメーターは、null に設定できます。

属性

適用対象