|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PlaybackProgressMonitor
Receives notificaitons from the playback system detailing how far playback has got in viewer mode.
| Field Summary | |
|---|---|
static int |
PLAY_END
|
static int |
PLAY_START
|
| Method Summary | |
|---|---|
void |
setProgress(long timeMillis,
double percent)
Notify progress during playback in viewer mode. |
void |
setStatus(int status)
Notify playback status. |
| Field Detail |
|---|
static final int PLAY_START
static final int PLAY_END
| Method Detail |
|---|
void setProgress(long timeMillis,
double percent)
The times are given in two ways. As an absolute time in milliseconds and as a percentage.
timeMillis - millisecondspercent - percentage progressvoid setStatus(int status)
status - playback status
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||