次の方法で共有


AVPlayerViewControllerDelegate.RestoreUserInterfaceForPictureInPicture メソッド

定義

ピクチャインピクチャ再生が停止しようとしています。 をに渡 true すことによって再生ユーザー インターフェイスを提供する機会をアプリに提供するために completionHandler呼び出されます。

[Foundation.Export("playerViewController:restoreUserInterfaceForPictureInPictureStopWithCompletionHandler:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RestoreUserInterfaceForPictureInPicture(AVKit.AVPlayerViewController playerViewController, Action<bool> completionHandler);
abstract member RestoreUserInterfaceForPictureInPicture : AVKit.AVPlayerViewController * Action<bool> -> unit
override this.RestoreUserInterfaceForPictureInPicture : AVKit.AVPlayerViewController * Action<bool> -> unit

パラメーター

playerViewController
AVPlayerViewController
completionHandler
Action<Boolean>
属性

適用対象