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