TickerObserver

interface TickerObserver

The Ticker observer which receives updates of the last and current playhead position.

Inheritors

Functions

Link copied to clipboard
abstract fun onTick(lastPlayheadPosition: Long, currentPlayheadPosition: Long)
A tick represent an poll from the underlying video player.