All Classes
-
All Classes Interface Summary Class Summary Exception Summary Error Summary Class Description AdvancedPlayer a hybrid of javazoom.jl.player.Player tweeked to includeplay(startFrame, endFrame)
hopefully this will be included in the apiAudioDevice TheAudioDevice
interface provides an abstraction for a device capable of sounding audio samples.AudioDeviceBase TheAudioDeviceBase
class provides a simple thread-safe implementation of theAudioDevice
interface.AudioDeviceFactory AnAudioDeviceFactory
class is responsible for creating a specificAudioDevice
implementation.Bitstream TheBistream
class is responsible for parsing an MPEG audio bitstream.BitstreamErrors This interface describes all error codes that can be thrown inBistreamException
s.BitstreamException Instances ofBitstreamException
are thrown when operations on aBitstream
fail.Control Work in progress.Converter TheConverter
class implements the conversion of an MPEG audio file to a .WAV file.Converter.PrintWriterProgressListener Implementation ofProgressListener
that writes notification text to aPrintWriter
.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 checksumDecoder TheDecoder
class encapsulates the details of decoding an MPEG audio frame.Decoder.Params TheParams
class presents the customizable aspects of the decoder.DecoderErrors This interface provides constants describing the error codes used by the Decoder to indicate errors.DecoderException TheDecoderException
represents the class of errors that can occur when decoding MPEG audio.Equalizer TheEqualizer
class can be used to specify equalization settings for the MPEG audio decoder.Equalizer.EQFunction FactoryRegistry TheFactoryRegistry
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 ofInputStreamSource
implements aSource
that provides data from anInputStream
.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 TheJavaLayerHooks
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 TheJavaSoundAudioDevice
implements an audio device by using the JavaSound API.JavaSoundAudioDeviceFactory This class is responsible for creating instances of the JavaSoundAudioDevice.jlap This class implements a sample player using Playback listener.jlc Thejlc
class presents the JavaLayer Conversion functionality as a command-line program.jlp Thejlp
class implements a simple command-line player for MPEG audio files.Manager Work in progress.NullAudioDevice TheNullAudioDevice
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 aPlayer
has performed an 'playback action'PlaybackListener Listener for javalayer Player playbackPlayer ThePlayer
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 filesSampleBuffer TheSampleBuffer
class implements an output buffer that provides storage for a fixed size block of samples.Source Work in progress.WaveFile Class allowing WaveFormat AccessWaveFileObuffer Implements an Obuffer by writing the data to a file in RIFF WAVE format.