Interface PauseEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.player.PlayerEvent
public interface PauseEvent implements PlayerEvent<E>
-
-
Method Summary
Modifier and Type Method Description abstract double
getCurrentTime()
The time at which the player is paused. -
-
Method Detail
-
getCurrentTime
abstract double getCurrentTime()
The time at which the player is paused.
- Returns:
The time at which the player is paused, in seconds.
-
-
-
-