java.applet
Interface AudioClip
java.lang.Object
|
+--java.applet.AudioClip
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.
Since:Author:- Aaron M. Renn (arenn@urbanophile.com)
loop
public void loop()
Plays this audio clip in a continuous loop.
play
public void play()
Plays the audio clip starting from the beginning.
stop
public void stop()
Stops playing this audio clip. There is no mechanism for restarting
at the point where the clip is stopped.