Playback
Common interface of an object that defines the connection between a Playable and a ViewGroup as an container. When the Master receive a request to bind a Video to a ViewGroup, it first produce a Playable (either by acquiring from cache, or creating a new one) for the Video, and then creating a new instance of this object if needed.
A Playback does not only store the information about the ViewGroup as container, and the Playable, but also help the Master to know if the Playable should be played or paused, by telling it to how much the container is visible and other conditions.
See also
Constructors
Types
Provides necessary information and callbacks to setup a manual controller for a Playback.
Callbacks for events triggered by the underlying Playable.
Functions
Resets the playable to its original state.