FileDocCategorySizeDatePackage
AudioClip.javaAPI DocJava SE 5 API866Fri Aug 26 14:56:42 BST 2005java.applet

AudioClip

public interface AudioClip
The AudioClip interface is a simple abstraction for playing a sound clip. Multiple AudioClip items can be playing at the same time, and the resulting sound is mixed together to produce a composite.
author
Arthur van Hoff
version
1.18, 12/19/03
since
JDK1.0

Fields Summary
Constructors Summary
Methods Summary
public voidloop()
Starts playing this audio clip in a loop.

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

public voidstop()
Stops playing this audio clip.