Share via


AVPlayerViewControllerDelegate.WillStopPictureInPicture Method

Definition

Picture In Picture playback is about to stop.

[Foundation.Export("playerViewControllerWillStopPictureInPicture:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillStopPictureInPicture(AVKit.AVPlayerViewController playerViewController);
[<Foundation.Export("playerViewControllerWillStopPictureInPicture:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillStopPictureInPicture : AVKit.AVPlayerViewController -> unit
override this.WillStopPictureInPicture : AVKit.AVPlayerViewController -> unit

Parameters

playerViewController
AVPlayerViewController

Implements

Attributes

Applies to