This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Description
Hello,
I would like to add support for using AVQueuePlayer as the internal player. To do so, I am thinking of making changes that allow VIMVideoPlayer to be subclassed. I would then create a VIMQueueVideoPlayer class that subclasses VIMVideoPlayer. There are few approaches that I could take but I am thinking of doing the following:
- Create a category called Subclassing
- expose the readwrite AVPlayer *player property in this category
- expose the setupPlayer instance method in this category
- the VIMQueueVideoPlayer would then use this category to implement setupPlayer and set the player property with an instance of AVQueuePlayer.
Thoughts and feedback would be greatly appreciated before I make those changes.
Thanks!