Interface ProgressEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.player.PlayerEvent
public interface ProgressEvent implements PlayerEvent<E>
Fired when PROGRESS occurs for the Player.
- Triggered when the player is fetching media data.
- For progress in time, please see TimeUpdateEvent.
-
-
Method Summary
Modifier and Type Method Description abstract double
getCurrentTime()
The time at which the player is currently fetching media data. -
-
Method Detail
-
getCurrentTime
abstract double getCurrentTime()
The time at which the player is currently fetching media data.
- Returns:
The time at which the player is currently fetching media data, in seconds.
-
-
-
-