다음을 통해 공유


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>
특성

적용 대상