AVPlayerViewControllerDelegate.FailedToStartPictureInPicture Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Picture In Picture playback failed to start.
[Foundation.Export("playerViewController:failedToStartPictureInPictureWithError:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void FailedToStartPictureInPicture (AVKit.AVPlayerViewController playerViewController, Foundation.NSError error);
abstract member FailedToStartPictureInPicture : AVKit.AVPlayerViewController * Foundation.NSError -> unit
override this.FailedToStartPictureInPicture : AVKit.AVPlayerViewController * Foundation.NSError -> unit
Parameters
- playerViewController
- AVPlayerViewController
- error
- NSError
- Attributes