次の方法で共有


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

戻り値

属性

適用対象