A B C D E F G H I J L M N O P R S T U V W 

A

add_bits(int, int) - Method in class javazoom.jl.decoder.Crc16
Feed a bitstring to the crc calculation (0 < length <= 32).
appendSamples(int, float[]) - Method in class javazoom.jl.decoder.OutputBuffer
Takes 32 PCM samples.

B

bitrate() - Method in class javazoom.jl.decoder.Header
Return Bitrate.
bitrate_index() - Method in class javazoom.jl.decoder.Header
Returns bitrate index.
bitrate_instant() - Method in class javazoom.jl.decoder.Header
Return Instant Bitrate.
bitrate_string() - Method in class javazoom.jl.decoder.Header
Return Bitrate.
Bitstream - Class in javazoom.jl.decoder
The Bistream class is responsible for parsing an MPEG audio bitstream.
Bitstream(InputStream) - Constructor for class javazoom.jl.decoder.Bitstream
Construct a IBitstream that reads data from a given InputStream.
BITSTREAM_ERROR - Static variable in class javazoom.jl.decoder.Bitstream
The first bitstream error code.
BITSTREAM_LAST - Static variable in class javazoom.jl.decoder.Bitstream
 
BitstreamException - Exception in javazoom.jl.decoder
Instances of BitstreamException are thrown when operations on a Bitstream fail.
BitstreamException(String, Throwable) - Constructor for exception javazoom.jl.decoder.BitstreamException
 
BitstreamException(int, Throwable) - Constructor for exception javazoom.jl.decoder.BitstreamException
 
BOTH - Static variable in class javazoom.jl.decoder.OutputChannels
 
BOTH_CHANNELS - Static variable in class javazoom.jl.decoder.OutputChannels
Flag to indicate output should include both channels.
buffer - Variable in class javazoom.jl.decoder.LayerIDecoder
 
BUFFERSIZE - Static variable in class javazoom.jl.decoder.OutputBuffer
 

C

calculate_framesize() - Method in class javazoom.jl.decoder.Header
Calculate Frame size.
calculate_pcm_samples(OutputBuffer) - Method in class javazoom.jl.decoder.SynthesisFilter
Calculate 32 PCM samples and put the into the Obuffer-object.
checksum() - Method in class javazoom.jl.decoder.Crc16
Return the calculated checksum.
checksum - Variable in class javazoom.jl.decoder.Header
 
checksum_ok() - Method in class javazoom.jl.decoder.Header
Returns Checksum flag.
checksums() - Method in class javazoom.jl.decoder.Header
Returns Protection bit.
close() - Method in class javazoom.jl.decoder.Bitstream
Close the Bitstream.
closeFrame() - Method in class javazoom.jl.decoder.Bitstream
Close MP3 frame.
copyright() - Method in class javazoom.jl.decoder.Header
Returns Copyright.
crc - Variable in class javazoom.jl.decoder.LayerIDecoder
 
Crc16 - Class in javazoom.jl.decoder
16-Bit CRC checksum
Crc16() - Constructor for class javazoom.jl.decoder.Crc16
Dummy Constructor
create(Bitstream, Header, SynthesisFilter, SynthesisFilter, OutputBuffer, int) - Method in class javazoom.jl.decoder.LayerIDecoder
 
createSubbands() - Method in class javazoom.jl.decoder.LayerIDecoder
 
createSubbands() - Method in class javazoom.jl.decoder.LayerIIDecoder
 

D

decode() - Method in class javazoom.jl.decoder.LayerIIIDecoder
 
decodeFrame() - Method in interface javazoom.jl.decoder.FrameDecoder
Decodes one frame of MPEG audio.
decodeFrame() - Method in class javazoom.jl.decoder.LayerIDecoder
 
decodeFrame() - Method in class javazoom.jl.decoder.LayerIIIDecoder
 
decodeFrame(Header, Bitstream) - Method in class javazoom.jl.decoder.MP3Decoder
Decodes one frame from an MPEG audio bitstream.
DECODER_ERROR - Static variable in class javazoom.jl.decoder.MP3Decoder
The first decoder error code.
DecoderException - Exception in javazoom.jl.decoder
The DecoderException represents the class of errors that can occur when decoding MPEG audio.
DecoderException(String, Throwable) - Constructor for exception javazoom.jl.decoder.DecoderException
 
DecoderException(int, Throwable) - Constructor for exception javazoom.jl.decoder.DecoderException
 
deserialize(InputStream) - Static method in class javazoom.jl.decoder.SynthesisFilter
 
DOWNMIX - Static variable in class javazoom.jl.decoder.OutputChannels
 
DOWNMIX_CHANNELS - Static variable in class javazoom.jl.decoder.OutputChannels
Flag to indicate output is mono.
DUAL_CHANNEL - Static variable in class javazoom.jl.decoder.Header
 

E

equals(Object) - Method in class javazoom.jl.decoder.OutputChannels
 

F

filter1 - Variable in class javazoom.jl.decoder.LayerIDecoder
 
filter2 - Variable in class javazoom.jl.decoder.LayerIDecoder
 
FOURTYEIGHT - Static variable in class javazoom.jl.decoder.Header
 
FOURTYFOUR_POINT_ONE - Static variable in class javazoom.jl.decoder.Header
 
FrameDecoder - Interface in javazoom.jl.decoder
Implementations of FrameDecoder are responsible for decoding an MPEG audio frame.
framesize - Variable in class javazoom.jl.decoder.Header
 
frequencies - Static variable in class javazoom.jl.decoder.Header
 
frequency() - Method in class javazoom.jl.decoder.Header
Returns Frequency.
fromInt(int) - Static method in class javazoom.jl.decoder.OutputChannels
Creates an OutputChannels instance corresponding to the given channel code.

G

get_bits(int) - Method in class javazoom.jl.decoder.Bitstream
Read bits from buffer into the lower bits of an unsigned int.
getBuffer() - Method in class javazoom.jl.decoder.OutputBuffer
 
getChannelCount() - Method in class javazoom.jl.decoder.OutputChannels
Retrieves the number of output channels represented by this channel output type.
getChannelsOutputCode() - Method in class javazoom.jl.decoder.OutputChannels
Retrieves the code representing the desired output channels.
getErrorCode() - Method in exception javazoom.jl.decoder.BitstreamException
 
getErrorCode() - Method in exception javazoom.jl.decoder.DecoderException
 
getErrorString(int) - Static method in exception javazoom.jl.decoder.BitstreamException
 
getErrorString(int) - Static method in exception javazoom.jl.decoder.DecoderException
 
getException() - Method in exception javazoom.jl.decoder.JavaLayerException
 
getOutputChannels() - Method in class javazoom.jl.decoder.MP3Decoder
Retrieves the number of channels of PCM samples output by this decoder.
getOutputFrequency() - Method in class javazoom.jl.decoder.MP3Decoder
Retrieves the sample frequency of the PCM samples output by this decoder.
getRawID3v2() - Method in class javazoom.jl.decoder.Bitstream
Return raw ID3v2 frames + header.
getReplayGainScale() - Method in class javazoom.jl.decoder.Bitstream
 
getSampleRate() - Method in class javazoom.jl.decoder.Header
 
getSyncHeader() - Method in class javazoom.jl.decoder.Header
Returns synchronized header.

H

hashCode() - Method in class javazoom.jl.decoder.OutputChannels
 
Header - Class in javazoom.jl.decoder
Class for extracting information from a frame header.
header - Variable in class javazoom.jl.decoder.LayerIDecoder
 
header_pos() - Method in class javazoom.jl.decoder.Bitstream
Return position of the first audio header.

I

ILLEGAL_SUBBAND_ALLOCATION - Static variable in class javazoom.jl.decoder.MP3Decoder
Illegal allocation in subband layer.
input_sample(float, int) - Method in class javazoom.jl.decoder.SynthesisFilter
Inject Sample.
input_samples(float[]) - Method in class javazoom.jl.decoder.SynthesisFilter
 
intensity_stereo_bound() - Method in class javazoom.jl.decoder.Header
Returns Intensity Stereo.
inv_mdct(float[], float[], int) - Method in class javazoom.jl.decoder.LayerIIIDecoder
Fast INV_MDCT.
INVALIDFRAME - Static variable in class javazoom.jl.decoder.Bitstream
Frame data are missing.
io - Static variable in class javazoom.jl.decoder.LayerIIIDecoder
 
isStereo() - Method in class javazoom.jl.decoder.OutputBuffer
 
isSyncCurrentPosition(int) - Method in class javazoom.jl.decoder.Bitstream
Determines if the next 4 bytes of the stream represent a frame header.
isSyncMark(int, int, int) - Method in class javazoom.jl.decoder.Bitstream
 

J

JavaLayerException - Exception in javazoom.jl.decoder
The JavaLayerException is the base class for all API-level exceptions thrown by JavaLayer.
JavaLayerException() - Constructor for exception javazoom.jl.decoder.JavaLayerException
 
JavaLayerException(String) - Constructor for exception javazoom.jl.decoder.JavaLayerException
 
JavaLayerException(String, Throwable) - Constructor for exception javazoom.jl.decoder.JavaLayerException
 
javazoom.jl.decoder - package javazoom.jl.decoder
 
JOINT_STEREO - Static variable in class javazoom.jl.decoder.Header
 

L

layer() - Method in class javazoom.jl.decoder.Header
Returns Layer ID.
layer_string() - Method in class javazoom.jl.decoder.Header
Return Layer version.
LayerIDecoder - Class in javazoom.jl.decoder
Implements decoding of MPEG Audio Layer I frames.
LayerIDecoder() - Constructor for class javazoom.jl.decoder.LayerIDecoder
 
LayerIIDecoder - Class in javazoom.jl.decoder
Implements decoding of MPEG Audio Layer II frames.
LayerIIDecoder() - Constructor for class javazoom.jl.decoder.LayerIIDecoder
 
LayerIIIDecoder - Class in javazoom.jl.decoder
Class Implementing Layer 3 Decoder.
LayerIIIDecoder(Bitstream, Header, SynthesisFilter, SynthesisFilter, OutputBuffer, int) - Constructor for class javazoom.jl.decoder.LayerIIIDecoder
Constructor.
LEFT - Static variable in class javazoom.jl.decoder.OutputChannels
 
LEFT_CHANNEL - Static variable in class javazoom.jl.decoder.OutputChannels
Flag to indicate output should include the left channel only.

M

max_number_of_frames(int) - Method in class javazoom.jl.decoder.Header
Returns the maximum number of frames in the stream.
min_number_of_frames(int) - Method in class javazoom.jl.decoder.Header
Returns the maximum number of frames in the stream.
mode() - Method in class javazoom.jl.decoder.Header
Returns Mode.
mode - Variable in class javazoom.jl.decoder.LayerIDecoder
 
mode_extension() - Method in class javazoom.jl.decoder.Header
Returns Mode Extension.
mode_string() - Method in class javazoom.jl.decoder.Header
Returns Mode.
MP3Decoder - Class in javazoom.jl.decoder
The Decoder class encapsulates the details of decoding an MPEG audio frame.
MP3Decoder() - Constructor for class javazoom.jl.decoder.MP3Decoder
Creates a new Decoder instance with default parameters.
MPEG1 - Static variable in class javazoom.jl.decoder.Header
Constant for MPEG-1 version
MPEG25_LSF - Static variable in class javazoom.jl.decoder.Header
 
MPEG2_LSF - Static variable in class javazoom.jl.decoder.Header
Constant for MPEG-2 LSF version
ms_per_frame() - Method in class javazoom.jl.decoder.Header
Returns ms/frame.

N

newBitstreamException(int) - Method in class javazoom.jl.decoder.Bitstream
 
newBitstreamException(int, Throwable) - Method in class javazoom.jl.decoder.Bitstream
 
newDecoderException(int) - Method in class javazoom.jl.decoder.MP3Decoder
 
newDecoderException(int, Throwable) - Method in class javazoom.jl.decoder.MP3Decoder
 
nr_of_sfb_block - Static variable in class javazoom.jl.decoder.LayerIIIDecoder
 
nSlots - Variable in class javazoom.jl.decoder.Header
 
num_subbands - Variable in class javazoom.jl.decoder.LayerIDecoder
 
number_of_subbands() - Method in class javazoom.jl.decoder.Header
Returns the number of subbands in the current frame.

O

original() - Method in class javazoom.jl.decoder.Header
Returns Original.
OutputBuffer - Class in javazoom.jl.decoder
Base Class for audio output.
OutputBuffer(int, boolean) - Constructor for class javazoom.jl.decoder.OutputBuffer
 
OutputChannels - Class in javazoom.jl.decoder
A Type-safe representation of the the supported output channel constants.

P

padding() - Method in class javazoom.jl.decoder.Header
Returns Layer III Padding bit.
pretab - Static variable in class javazoom.jl.decoder.LayerIIIDecoder
 
printStackTrace() - Method in exception javazoom.jl.decoder.JavaLayerException
 
printStackTrace(PrintStream) - Method in exception javazoom.jl.decoder.JavaLayerException
 

R

readAllocation() - Method in class javazoom.jl.decoder.LayerIDecoder
 
readBits(int) - Method in class javazoom.jl.decoder.Bitstream
 
readCheckedBits(int) - Method in class javazoom.jl.decoder.Bitstream
 
readFrame() - Method in class javazoom.jl.decoder.Bitstream
Reads and parses the next frame from the input source.
readSampleData() - Method in class javazoom.jl.decoder.LayerIDecoder
 
readScaleFactors() - Method in class javazoom.jl.decoder.LayerIDecoder
 
readScaleFactorSelection() - Method in class javazoom.jl.decoder.LayerIDecoder
 
readScaleFactorSelection() - Method in class javazoom.jl.decoder.LayerIIDecoder
 
reset() - Method in class javazoom.jl.decoder.OutputBuffer
 
reset() - Method in class javazoom.jl.decoder.SynthesisFilter
Reset the synthesis filter.
retrieveDecoder(Header, Bitstream, int) - Method in class javazoom.jl.decoder.MP3Decoder
 
RIGHT - Static variable in class javazoom.jl.decoder.OutputChannels
 
RIGHT_CHANNEL - Static variable in class javazoom.jl.decoder.OutputChannels
Flag to indicate output should include the right channel only.

S

sample_frequency() - Method in class javazoom.jl.decoder.Header
Returns Sample Frequency.
sample_frequency_string() - Method in class javazoom.jl.decoder.Header
Returns Frequency
scalefac_buffer - Variable in class javazoom.jl.decoder.LayerIIIDecoder
 
seek_notify() - Method in class javazoom.jl.decoder.LayerIIIDecoder
Notify decoder that a seek is being made.
setOutputBuffer(OutputBuffer) - Method in class javazoom.jl.decoder.MP3Decoder
Changes the output buffer.
setReplayGainScale(Float) - Method in class javazoom.jl.decoder.OutputBuffer
 
sftable - Variable in class javazoom.jl.decoder.LayerIIIDecoder
 
SINGLE_CHANNEL - Static variable in class javazoom.jl.decoder.Header
 
slots() - Method in class javazoom.jl.decoder.Header
Returns Slots.
STEREO - Static variable in class javazoom.jl.decoder.Header
 
stream - Variable in class javazoom.jl.decoder.LayerIDecoder
 
STREAM_EOF - Static variable in class javazoom.jl.decoder.Bitstream
The end of the stream was reached.
STREAM_ERROR - Static variable in class javazoom.jl.decoder.Bitstream
A problem occurred reading from the stream.
subbands - Variable in class javazoom.jl.decoder.LayerIDecoder
 
SynthesisFilter - Class in javazoom.jl.decoder
A class for the synthesis filter bank.
SynthesisFilter(int, float, float[]) - Constructor for class javazoom.jl.decoder.SynthesisFilter
Contructor.

T

t_43 - Static variable in class javazoom.jl.decoder.LayerIIIDecoder
 
TAN12 - Static variable in class javazoom.jl.decoder.LayerIIIDecoder
 
THIRTYTWO - Static variable in class javazoom.jl.decoder.Header
 
toString() - Method in class javazoom.jl.decoder.Header
 
total_ms(int) - Method in class javazoom.jl.decoder.Header
Returns total ms.
two_to_negative_half_pow - Static variable in class javazoom.jl.decoder.LayerIIIDecoder
 

U

UNEXPECTED_EOF - Static variable in class javazoom.jl.decoder.Bitstream
The end of the stream was reached prematurely.
UNKNOWN_ERROR - Static variable in class javazoom.jl.decoder.Bitstream
An undeterminable error occurred.
UNKNOWN_ERROR - Static variable in class javazoom.jl.decoder.MP3Decoder
 
UNKNOWN_SAMPLE_RATE - Static variable in class javazoom.jl.decoder.Bitstream
The header describes an unknown sample rate.
unreadFrame() - Method in class javazoom.jl.decoder.Bitstream
Unreads the bytes read from the frame.
UNSUPPORTED_LAYER - Static variable in class javazoom.jl.decoder.MP3Decoder
Layer not supported by the decoder.

V

vbr() - Method in class javazoom.jl.decoder.Header
Return VBR.
vbr_scale() - Method in class javazoom.jl.decoder.Header
Return VBR scale.
vbr_toc() - Method in class javazoom.jl.decoder.Header
Return VBR TOC.
version() - Method in class javazoom.jl.decoder.Header
Returns version.
version_string() - Method in class javazoom.jl.decoder.Header
Returns Version.

W

which_channels - Variable in class javazoom.jl.decoder.LayerIDecoder
 
win - Static variable in class javazoom.jl.decoder.LayerIIIDecoder
 
A B C D E F G H I J L M N O P R S T U V W 

Copyright © 2013. All Rights Reserved.