Interface java.applet.AudioClip
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.applet.AudioClip

public interface AudioClip
extends Object
AudioClip interface. A very high level abstraction of audio.

Method Index

 o loop()
Start playing the clip in a loop.
 o play()
Start playing the clip.
 o stop()
Stop playing the clip.

Methods

 o play
  public abstract void play()
Start playing the clip. Each time this is called the clip is restarted from the beginning.
 o loop
  public abstract void loop()
Start playing the clip in a loop.
 o stop
  public abstract void stop()
Stop playing the clip.

All Packages  Class Hierarchy  This Package  Previous  Next  Index