Interface LoadedDataEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.player.PlayerEvent
public interface LoadedDataEvent implements PlayerEvent<E>
Fired when LOADEDDATA occurs for the Player.
- The player is able to render the content for the first time, from the current position.
-
-
Method Summary
Modifier and Type Method Description abstract double
getCurrentTime()
The time from which the player can render the content for the first time. -
-
Method Detail
-
getCurrentTime
abstract double getCurrentTime()
The time from which the player can render the content for the first time.
- Returns:
The time, in seconds.
-
-
-
-