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