Class Summary |
AdvancedPlayer |
a hybrid of javazoom.jl.player.Player tweeked to include play(startFrame, endFrame)
hopefully this will be included in the api |
AudioDevice |
The AudioDevice interface provides an abstraction for
a device capable of sounding audio samples. |
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. |
Bitstream |
The Bistream class is responsible for parsing
an MPEG audio bitstream.
|
BitstreamErrors |
This interface describes all error codes that can be thrown
in BistreamException s.
|
BitstreamException |
Instances of BitstreamException are thrown
when operations on a Bitstream fail.
|
Control |
Work in progress. |
Converter |
The Converter class implements the conversion of
an MPEG audio file to a .WAV file. |
Converter.PrintWriterProgressListener |
Implementation of ProgressListener that writes
notification text to a PrintWriter . |
Converter.ProgressListener |
This interface is used by the Converter to provide
notification of tasks being carried out by the converter,
and to provide new information as it becomes available. |
Crc16 |
16-Bit CRC checksum |
Decoder |
The Decoder class encapsulates the details of
decoding an MPEG audio frame.
|
DecoderErrors |
This interface provides constants describing the error
codes used by the Decoder to indicate errors.
|
DecoderException |
The DecoderException represents the class of
errors that can occur when decoding MPEG audio.
|
Decoder.Params |
The Params class presents the customizable
aspects of the decoder.
|
Equalizer |
The Equalizer class can be used to specify
equalization settings for the MPEG audio decoder.
|
Equalizer.EQFunction | |
FactoryRegistry |
The FactoryRegistry class stores the factories
for all the audio device implementations available in the system.
|
FrameDecoder |
Implementations of FrameDecoder are responsible for decoding
an MPEG audio frame.
|
Header |
Class for extracting information from a frame header. |
InputStreamSource |
Work In Progress.
An instance of InputStreamSource implements a
Source that provides data from an InputStream
. |
jlap |
This class implements a sample player using Playback listener. |
jlap.InfoListener | |
jlc |
The jlc class presents the JavaLayer
Conversion functionality as a command-line program.
|
jlp |
The jlp class implements a simple command-line
player for MPEG audio files.
|
JavaLayerError |
Work in progress.
|
JavaLayerErrors |
Exception erorr codes for components of the JavaLayer API. |
JavaLayerException |
The JavaLayerException is the base class for all API-level
exceptions thrown by JavaLayer. |
JavaLayerHook |
The JavaLayerHooks class allows developers to change
the way the JavaLayer library uses Resources. |
JavaLayerUtils |
The JavaLayerUtils class is not strictly part of the JavaLayer API.
|
JavaSoundAudioDevice |
The JavaSoundAudioDevice implements an audio
device by using the JavaSound API.
|
JavaSoundAudioDeviceFactory |
This class is responsible for creating instances of the
JavaSoundAudioDevice. |
Manager |
Work in progress.
|
NullAudioDevice |
The NullAudioDevice implements a silent, no-op
audio device. |
Obuffer |
Base Class for audio output. |
OutputChannels |
A Type-safe representation of the the supported output channel
constants.
|
PlaybackEvent |
An event which indicates a Player has performed an 'playback action' |
PlaybackListener |
Listener for javalayer Player playback |
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.
|
RiffFile |
Class to manage RIFF files |
SampleBuffer |
The SampleBuffer class implements an output buffer
that provides storage for a fixed size block of samples. |
Source |
Work in progress.
|
WaveFile |
Class allowing WaveFormat Access |
WaveFileObuffer |
Implements an Obuffer by writing the data to
a file in RIFF WAVE format.
|
WaveFile.WaveFileSample | |