Share via


IAVPlayerViewControllerDelegate.DidStartPictureInPicture Method

Definition

Picture In Picture playback has started.

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

Parameters

playerViewController
AVPlayerViewController
Attributes

Applies to