Contents

pictureInPictureController(_:failedToStartPictureInPictureWithError:)

Tells the delegate that Picture in Picture failed to start.

Declaration

optional func pictureInPictureController(_ pictureInPictureController: AVPictureInPictureController, failedToStartPictureInPictureWithError error: any Error)

Parameters

  • pictureInPictureController:

    The delegating controller.

  • error:

    An error that describes the details of the failure.

See Also

Responding to Picture in Picture Lifecycle Events