共用方式為


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

傳回

屬性

適用於