< prev index next >

src/java.desktop/share/classes/java/applet/AudioClip.java

Print this page

        

*** 24,35 **** */ package java.applet; /** ! * The <code>AudioClip</code> interface is a simple abstraction for ! * playing a sound clip. Multiple <code>AudioClip</code> items can be * playing at the same time, and the resulting sound is mixed * together to produce a composite. * * @author Arthur van Hoff * @since 1.0 --- 24,35 ---- */ package java.applet; /** ! * The {@code AudioClip} interface is a simple abstraction for ! * playing a sound clip. Multiple {@code AudioClip} items can be * playing at the same time, and the resulting sound is mixed * together to produce a composite. * * @author Arthur van Hoff * @since 1.0
< prev index next >