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

Interface java.applet.AudioClip

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

Method Index

 o loop()
Starts playing the clip in a loop.
 o play()
Starts playing the clip.
 o stop()
Stops playing the clip.

Methods

 o play
  public abstract void play()
Starts playing the clip. Each time this method is called, the clip is restarted from the beginning.
 o loop
  public abstract void loop()
Starts playing the clip in a loop.
 o stop
  public abstract void stop()
Stops playing the clip.

All Packages  Class Hierarchy  This Package  Previous  Next  Index