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

Subclass that uses AVQueuePlayer #29

@hankjacobs

Description

@hankjacobs

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions