Share via


IAVPlayerViewControllerDelegate.WillStopPictureInPicture Method

Definition

Picture In Picture playback is about to stop.

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

Parameters

playerViewController
AVPlayerViewController
Attributes

Applies to