<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Interface java.applet.AudioClip
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.applet.html">This Package</a>  <a href="java.applet.AppletStub.html#_top_">Previous</a>  <a href="Package-java.applet.html">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Interface java.applet.AudioClip
</h1>
<dl>
  <dt> public interface <b>AudioClip</b>
</dl>
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.
<p>
<hr>
<a name="index"></a>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#loop()"><b>loop</b></a>()
  <dd>  Starts playing this audio clip in a loop.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#play()"><b>play</b></a>()
  <dd>  Starts playing this audio clip.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#stop()"><b>stop</b></a>()
  <dd>  Stops playing this audio clip.
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="play()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="play"><b>play</b></a>
<pre>
 public abstract void play()
</pre>
<dl>
  <dd> Starts playing this audio clip. Each time this method is called, 
 the clip is restarted from the beginning.
<p>
</dl>
<a name="loop()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="loop"><b>loop</b></a>
<pre>
 public abstract void loop()
</pre>
<dl>
  <dd> Starts playing this audio clip in a loop.
<p>
</dl>
<a name="stop()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="stop"><b>stop</b></a>
<pre>
 public abstract void stop()
</pre>
<dl>
  <dd> Stops playing this audio clip.
<p>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.applet.html">This Package</a>  <a href="java.applet.AppletStub.html#_top_">Previous</a>  <a href="Package-java.applet.html">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
