Package javazoom.jl.decoder
-
Interface Summary Interface Description BitstreamErrors This interface describes all error codes that can be thrown inBistreamException
s.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 TheJavaLayerHooks
class allows developers to change the way the JavaLayer library uses Resources.Source Work in progress. -
Class Summary Class Description Bitstream TheBistream
class is responsible for parsing an MPEG audio bitstream.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.Equalizer TheEqualizer
class 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 ofInputStreamSource
implements aSource
that 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 TheSampleBuffer
class implements an output buffer that provides storage for a fixed size block of samples. -
Exception Summary Exception Description BitstreamException Instances ofBitstreamException
are thrown when operations on aBitstream
fail.DecoderException TheDecoderException
represents 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.