All Packages Class Hierarchy This Package Previous Next Index
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.
public abstract void play()
public abstract void loop()
public abstract void stop()
All Packages Class Hierarchy This Package Previous Next Index