VideoPlayerViewController: Add inheritance to PlayerViewController
This merge request brings an adjustment to:
- The
VideoPlayerViewControllerclass that now inherits fromPlayerViewControllerjust like theAudioPlayerViewControllerclass. - This adds a level of abstraction, reducing the amount of code that is duplicated between these classes.