Share via


IAVPlayerViewControllerDelegate.DidStopPictureInPicture Method

Definition

Picture In Picture playback has stopped.

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

Parameters

playerViewController
AVPlayerViewController
Attributes

Applies to