|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AudioClip
This interface provides a simple mechanism for playing audio clips. If multiple clips are played at once, the browser combines them into a composite clip.
Method Summary | |
---|---|
void |
loop()
Plays this audio clip in a continuous loop. |
void |
play()
Plays the audio clip starting from the beginning. |
void |
stop()
Stops playing this audio clip. |
Method Detail |
---|
void play()
void stop()
void loop()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |