Interface SeekedEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.player.PlayerEvent
public interface SeekedEvent implements PlayerEvent<E>
Fired when SEEKED occurs for the Player.
- This event means that the player is no longer seeking, thus isSeeking will return false.
-
-
Method Summary
Modifier and Type Method Description abstract double
getCurrentTime()
The time to which the player seeked. -
-
Method Detail
-
getCurrentTime
abstract double getCurrentTime()
The time to which the player seeked.
- Returns:
The time to which the player seeked, in seconds.
-
-
-
-