Package javazoom.jl.player


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