|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jaugment2.mediaplayer.JMFPlayer
A player-module for the media-player-service using the JMF(tm)
| Field Summary | |
protected javax.media.Player |
plr
|
| Constructor Summary | |
JMFPlayer()
|
|
| Method Summary | |
void |
pause()
|
boolean |
play(java.net.URL media,
MediaPlayerService.endOfSongListener l)
try to play the URL given, if you cannot return false. |
void |
resume()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected javax.media.Player plr
| Constructor Detail |
public JMFPlayer()
| Method Detail |
public boolean play(java.net.URL media,
MediaPlayerService.endOfSongListener l)
public void stop()
public void pause()
public void resume()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||