Package javazoom.jl.player
package javazoom.jl.player
-
ClassDescriptionThe
AudioDevice
interface provides an abstraction for a device capable of sounding audio samples.TheAudioDeviceBase
class provides a simple thread-safe implementation of theAudioDevice
interface.AnAudioDeviceFactory
class is responsible for creating a specificAudioDevice
implementation.TheFactoryRegistry
class stores the factories for all the audio device implementations available in the system.TheJavaSoundAudioDevice
implements an audio device by using the JavaSound API.This class is responsible for creating instances of the JavaSoundAudioDevice.Thejlp
class implements a simple command-line player for MPEG audio files.TheNullAudioDevice
implements a silent, no-op audio device.ThePlayer
class implements a simple player for playback of an MPEG audio stream.A simple applet that plays an MPEG audio file.