Interface LoadedMetadataEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.player.PlayerEvent
public interface LoadedMetadataEvent implements PlayerEvent<E>
Fired when LOADEDMETADATA occurs for the Player.
- The player has just determined the duration and dimensions of the media resource.
- Additionally, the text tracks are ready.
-
-
Method Summary
Modifier and Type Method Description abstract double
getCurrentTime()
The time from which the player has the metadata ready. -
-
Method Detail
-
getCurrentTime
abstract double getCurrentTime()
The time from which the player has the metadata ready.
- Returns:
The time, in seconds.
-
-
-
-