Interface java.applet.AudioClip
All Packages This Package Previous Next
Interface java.applet.AudioClip
-
public interface
AudioClip
-
extends Object
AudioClip interface. A very high level abstraction
of audio.
-
Version:
-
1.4, 07/29/95
-
Author:
-
Arthur van Hoff
-
loop()
-
Start playing the clip in a loop.
-
play()
-
Start playing the clip.
-
stop()
-
Stop playing the clip.
play
public abstract void play()
-
Start playing the clip. Each time this is called
the clip is restarted from the beginning.
loop
public abstract void loop()
-
Start playing the clip in a loop.
stop
public abstract void stop()
-
Stop playing the clip.
All Packages This Package Previous Next