Contents

playerView(_:failedToStartPictureInPictureWithError:)

Tells the delegate that Picture in Picture playback failed to start.

Declaration

optional func playerView(_ playerView: AVPlayerView, failedToStartPictureInPictureWithError error: any Error)

Parameters

  • playerView:

    The player view.

  • error:

    An error object describing the failure.

See Also

Responding to Picture in Picture Playback Events