public interface TickerObserver
Modifier and Type | Method and Description |
---|---|
void |
onTick(long lastPlayheadPositionMillis,
long currentPlayheadPositionMillis)
A tick represent an poll from the underlying video player.
|
void onTick(long lastPlayheadPositionMillis, long currentPlayheadPositionMillis)
lastPlayheadPositionMillis
- the last playhead position in millisecondscurrentPlayheadPositionMillis
- the current playhead position in milliseconds