AVPlayerViewControllerDelegate_Extensions.ShouldAutomaticallyDismissAtPictureInPictureStart 方法

定义

应用开发人员应返回 true 以指示播放器查看器应在图片中画播放开始时关闭,或 false 防止这种情况发生。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ShouldAutomaticallyDismissAtPictureInPictureStart (this AVKit.IAVPlayerViewControllerDelegate This, AVKit.AVPlayerViewController playerViewController);
static member ShouldAutomaticallyDismissAtPictureInPictureStart : AVKit.IAVPlayerViewControllerDelegate * AVKit.AVPlayerViewController -> bool

参数

This
IAVPlayerViewControllerDelegate

此扩展方法在其上运行的实例。

playerViewController
AVPlayerViewController

返回

属性

适用于