Package-level declarations
Types
Link copied to clipboard
interface Ticker
The timeline ticker is responsible to update the last and the current playhead position of the underlying video player, to its TickerObserver observers.
Link copied to clipboard
class TickerFactory
A Ticker Factory class that creates the appropriate Ticker according to the underlying Video player used in the BaseVideoView.
Link copied to clipboard
interface TickerObserver
The Ticker observer which receives updates of the last and current playhead position.