public interface VideoControlsSeekListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
onSeekEnded(long seekTime)
Occurs when the media has finalized the request to seek.
|
boolean |
onSeekStarted()
Occurs when the media has entered a state of waiting until the
onSeekEnded(long) is called. |
boolean onSeekStarted()
onSeekEnded(long) is called.true if the state has been handledboolean onSeekEnded(long seekTime)
onSeekStarted() or on its own.seekTime - The time in milliseconds to seek totrue if the seek has been handled