Package javazoom.jl.player
package javazoom.jl.player
-
ClassDescriptionThe
AudioDeviceinterface provides an abstraction for a device capable of sounding audio samples.TheAudioDeviceBaseclass provides a simple thread-safe implementation of theAudioDeviceinterface.AnAudioDeviceFactoryclass is responsible for creating a specificAudioDeviceimplementation.TheFactoryRegistryclass stores the factories for all the audio device implementations available in the system.TheJavaSoundAudioDeviceimplements an audio device by using the JavaSound API.This class is responsible for creating instances of the JavaSoundAudioDevice.Thejlpclass implements a simple command-line player for MPEG audio files.TheNullAudioDeviceimplements a silent, no-op audio device.ThePlayerclass implements a simple player for playback of an MPEG audio stream.A simple applet that plays an MPEG audio file.