pictureInPictureController(_:setPlaying:)
Tells the delegate that the user requested to begin or pause playback.
Declaration
func pictureInPictureController(_ pictureInPictureController: AVPictureInPictureController, setPlaying playing: Bool)Parameters
- pictureInPictureController:
The Picture in Picture controller.
- playing:
A Boolean value that indicates whether to begin or pause playback.