Package javazoom.jl.decoder


package javazoom.jl.decoder
  • Class
    Description
    The Bistream class is responsible for parsing an MPEG audio bitstream.
    This interface describes all error codes that can be thrown in BistreamExceptions.
    Instances of BitstreamException are thrown when operations on a Bitstream fail.
    Work in progress.
    16-Bit CRC checksum
    The Decoder class encapsulates the details of decoding an MPEG audio frame.
    The Params class presents the customizable aspects of the decoder.
    This interface provides constants describing the error codes used by the Decoder to indicate errors.
    The DecoderException represents the class of errors that can occur when decoding MPEG audio.
    The Equalizer 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 of InputStreamSource implements a Source that provides data from an InputStream .
    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.
    The JavaLayerHooks 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.
    The SampleBuffer class implements an output buffer that provides storage for a fixed size block of samples.
    Work in progress.