Package javazoom.jl.decoder
package javazoom.jl.decoder
-
ClassDescriptionThe
Bistreamclass is responsible for parsing an MPEG audio bitstream.This interface describes all error codes that can be thrown inBistreamExceptions.Instances ofBitstreamExceptionare thrown when operations on aBitstreamfail.Work in progress.16-Bit CRC checksumTheDecoderclass encapsulates the details of decoding an MPEG audio frame.TheParamsclass presents the customizable aspects of the decoder.This interface provides constants describing the error codes used by the Decoder to indicate errors.TheDecoderExceptionrepresents the class of errors that can occur when decoding MPEG audio.TheEqualizerclass 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 ofInputStreamSourceimplements aSourcethat 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.TheJavaLayerHooksclass 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.TheSampleBufferclass implements an output buffer that provides storage for a fixed size block of samples.Work in progress.