Package javazoom.jl.player

Interface Summary

AudioDevice The AudioDevice interface provides an abstraction for a device capable of sounding audio samples.

Class Summary

AudioDeviceBase The AudioDeviceBase class provides a simple thread-safe implementation of the AudioDevice interface.
AudioDeviceFactory An AudioDeviceFactory class is responsible for creating a specific AudioDevice implementation.
FactoryRegistry The FactoryRegistry class stores the factories for all the audio device implementations available in the system.
jlp The jlp class implements a simple command-line player for MPEG audio files.
JavaSoundAudioDevice The JavaSoundAudioDevice implements an audio device by using the JavaSound API.
JavaSoundAudioDeviceFactory This class is responsible for creating instances of the JavaSoundAudioDevice.
NullAudioDevice The NullAudioDevice implements a silent, no-op audio device.
Player The Player class implements a simple player for playback of an MPEG audio stream.
PlayerApplet A simple applet that plays an MPEG audio file.

JavaZOOM 1999-2005