|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--uwcse.graphics.AudioPlayer
A simple Audio player.
| Constructor Summary | |
AudioPlayer()
|
|
| Method Summary | |
void |
loop(Sound s)
|
static void |
main(java.lang.String[] args)
Test the audioplayer. |
void |
play(Sound s)
Play the given sound. |
void |
stop(Sound s)
|
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public AudioPlayer()
| Method Detail |
public void play(Sound s)
public void loop(Sound s)
public void stop(Sound s)
public static void main(java.lang.String[] args)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||