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 TheAudioDeviceinterface provides an abstraction for a device capable of sounding audio samples.AudioDeviceBase TheAudioDeviceBaseclass provides a simple thread-safe implementation of theAudioDeviceinterface.AudioDeviceFactory AnAudioDeviceFactoryclass is responsible for creating a specificAudioDeviceimplementation.Bitstream TheBistreamclass is responsible for parsing an MPEG audio bitstream.BitstreamErrors This interface describes all error codes that can be thrown inBistreamExceptions.BitstreamException Instances ofBitstreamExceptionare thrown when operations on aBitstreamfail.Control Work in progress.Converter TheConverterclass implements the conversion of an MPEG audio file to a .WAV file.Converter.PrintWriterProgressListener Implementation ofProgressListenerthat 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 TheDecoderclass encapsulates the details of decoding an MPEG audio frame.Decoder.Params TheParamsclass presents the customizable aspects of the decoder.DecoderErrors This interface provides constants describing the error codes used by the Decoder to indicate errors.DecoderException TheDecoderExceptionrepresents the class of errors that can occur when decoding MPEG audio.Equalizer TheEqualizerclass can be used to specify equalization settings for the MPEG audio decoder.Equalizer.EQFunction FactoryRegistry TheFactoryRegistryclass 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 ofInputStreamSourceimplements aSourcethat 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 TheJavaLayerHooksclass allows developers to change the way the JavaLayer library uses Resources.JavaLayerUtils The JavaLayerUtils class is not strictly part of the JavaLayer API.JavaSoundAudioDevice TheJavaSoundAudioDeviceimplements 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 Thejlcclass presents the JavaLayer Conversion functionality as a command-line program.jlp Thejlpclass implements a simple command-line player for MPEG audio files.Manager Work in progress.NullAudioDevice TheNullAudioDeviceimplements 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 aPlayerhas performed an 'playback action'PlaybackListener Listener for javalayer Player playbackPlayer ThePlayerclass 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 TheSampleBufferclass 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.