Package javazoom.jl.decoder
-
Interface Summary Interface Description BitstreamErrors This interface describes all error codes that can be thrown inBistreamExceptions.Control Work in progress.DecoderErrors This interface provides constants describing the error codes used by the Decoder to indicate errors.FrameDecoder Implementations of FrameDecoder are responsible for decoding an MPEG audio frame.JavaLayerErrors Exception erorr codes for components of the JavaLayer API.JavaLayerHook TheJavaLayerHooksclass allows developers to change the way the JavaLayer library uses Resources.Source Work in progress. -
Class Summary Class Description Bitstream TheBistreamclass is responsible for parsing an MPEG audio bitstream.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.Equalizer TheEqualizerclass can be used to specify equalization settings for the MPEG audio decoder.Equalizer.EQFunction Header Class for extracting information from a frame header.InputStreamSource Work In Progress. An instance ofInputStreamSourceimplements aSourcethat provides data from anInputStream.JavaLayerUtils The JavaLayerUtils class is not strictly part of the JavaLayer API.Manager Work in progress.Obuffer Base Class for audio output.OutputChannels A Type-safe representation of the the supported output channel constants.SampleBuffer TheSampleBufferclass implements an output buffer that provides storage for a fixed size block of samples. -
Exception Summary Exception Description BitstreamException Instances ofBitstreamExceptionare thrown when operations on aBitstreamfail.DecoderException TheDecoderExceptionrepresents the class of errors that can occur when decoding MPEG audio.JavaLayerException The JavaLayerException is the base class for all API-level exceptions thrown by JavaLayer. -
Error Summary Error Description JavaLayerError Work in progress.