Package javazoom.jl.decoder
package javazoom.jl.decoder
-
ClassDescriptionThe
Bistream
class is responsible for parsing an MPEG audio bitstream.This interface describes all error codes that can be thrown inBistreamException
s.Instances ofBitstreamException
are thrown when operations on aBitstream
fail.Work in progress.16-Bit CRC checksumTheDecoder
class encapsulates the details of decoding an MPEG audio frame.TheParams
class presents the customizable aspects of the decoder.This interface provides constants describing the error codes used by the Decoder to indicate errors.TheDecoderException
represents the class of errors that can occur when decoding MPEG audio.TheEqualizer
class can be used to specify equalization settings for the MPEG audio decoder.Implementations of FrameDecoder are responsible for decoding an MPEG audio frame.Class for extracting information from a frame header.Work In Progress. An instance ofInputStreamSource
implements aSource
that provides data from anInputStream
.Work in progress.Exception erorr codes for components of the JavaLayer API.The JavaLayerException is the base class for all API-level exceptions thrown by JavaLayer.TheJavaLayerHooks
class allows developers to change the way the JavaLayer library uses Resources.The JavaLayerUtils class is not strictly part of the JavaLayer API.Work in progress.Base Class for audio output.A Type-safe representation of the the supported output channel constants.TheSampleBuffer
class implements an output buffer that provides storage for a fixed size block of samples.Work in progress.