private class MediaPlayer._PlayerTimeListener extends java.lang.Object implements PlayerTimeListener
| Modifier and Type | Field and Description |
|---|---|
(package private) double |
theDuration |
| Modifier | Constructor and Description |
|---|---|
private |
_PlayerTimeListener() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
handleDurationChanged() |
void |
onDurationChanged(double duration)
Invoked when there is an update to the duration estimate.
|
void handleDurationChanged()
public void onDurationChanged(double duration)
PlayerTimeListeneronDurationChanged in interface PlayerTimeListenerduration - the duration in seconds.