The documentation of AVPlayer recommends that the dev may use AVSynchronizedLayer instead of AVPlayerLayer.
AVSynchronizedLayer seems to be working with an AVPlayerItem though, which in turn is used by an AVPlayer for playback inside a AVPlayerLayer. Are there code examples which show the setup?