Interface PlayEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.player.PlayerEvent
public interface PlayEvent implements PlayerEvent<E>
Fired when PLAY occurs for the Player.
- The player is no longer paused.
- Triggered when play() has returned or when autoplay has caused playback to begin.
-
-
Method Summary
Modifier and Type Method Description abstract double
getCurrentTime()
The time from which the player will play. -
-
Method Detail
-
getCurrentTime
abstract double getCurrentTime()
The time from which the player will play.
- Returns:
The time from which the player will play, in seconds.
-
-
-
-