Interface SeekingEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.player.PlayerEvent
public interface SeekingEvent implements PlayerEvent<E>
Fired when the SEEKING happens on the Player.
- This event means that the player is currently seeking, thus isSeeking will return true.
-
-
Method Summary
Modifier and Type Method Description abstract double
getCurrentTime()
The time to which the player is currently seeking. -
-
Method Detail
-
getCurrentTime
abstract double getCurrentTime()
The time to which the player is currently seeking.
- Returns:
The time to which the player is currently seeking, in seconds.
-
-
-
-