java.applet
Interface AudioClip


public interface AudioClip

A very high level abstraction of audio.


Method Summary
 void loop()
          Starts playing the clip in a loop.
 void play()
          Starts playing the clip.
 void stop()
          Stops playing the clip.
 

Method Detail

play

public void play()
Starts playing the clip. Each time this method is called, the clip is restarted from the beginning.


loop

public void loop()
Starts playing the clip in a loop.


stop

public void stop()
Stops playing the clip.