Packages This Package Prev Next Index
public interface java.applet.AudioClip { // Methods public abstract void loop(); §3.4.1 public abstract void play(); §3.4.2 public abstract void stop(); §3.4.3 }The AudioClip interface is a simple abstraction for playing a sound clip. Multiple AudioClip items can be playing at the same time, and the resulting sound is mixed together to produce a composite.
public abstract void loop()
public abstract void play()
public abstract void stop()
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)