A L P S

A

AudioPlayer - Class in <Unnamed>
This class contains utility methods for loading and playing audio clips and streams.
AudioPlayer() - Constructor for class AudioPlayer
 

L

loadClip(String, String) - Static method in class AudioPlayer
Loads a sound clip from a file and gives it the specified name.
loadClip(String, URL) - Static method in class AudioPlayer
Loads a sound clip from a URL and gives it the specified name.
loadStream(String, String) - Static method in class AudioPlayer
Loads an audio stream from a file and gives it the specified name.
loadStream(String, URL) - Static method in class AudioPlayer
Loads an audio stream from a URL and gives it the specified name.

P

play(String, boolean) - Static method in class AudioPlayer
Plays a sound that has already been loaded by one of the sound loading methods.

S

shutdown() - Static method in class AudioPlayer
Stops all playing sounds and closes all lines and audio input streams.
stop(String) - Static method in class AudioPlayer
Stops playing the specified sound.

A L P S