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).
addControl(Control) - Method in class javazoom.jl.decoder.Manager
 
append(int, short) - Method in class javazoom.jl.decoder.Obuffer
Takes a 16 Bit PCM sample.
append(int, short) - Method in class javazoom.jl.decoder.SampleBuffer
Takes a 16 Bit PCM sample.
append(int, short) - Method in class javazoom.jl.converter.WaveFileObuffer
Takes a 16 Bit PCM sample.
appendSamples(int, float[]) - Method in class javazoom.jl.decoder.Obuffer
Accepts 32 new PCM samples.
appendSamples(int, float[]) - Method in class javazoom.jl.decoder.SampleBuffer
 

B

Backpatch(long, byte[], int) - Method in class javazoom.jl.converter.RiffFile
 
Backpatch(long, RiffFile.RiffChunkHeader, int) - Method in class javazoom.jl.converter.RiffFile
Write Data to specified offset.
BAND_NOT_PRESENT - Static variable in class javazoom.jl.decoder.Equalizer
Equalizer setting to denote that a given band will not be present in the output signal.
bitrate_index() - Method in class javazoom.jl.decoder.Header
Returns bitrate index.
bitrate_string() - Method in class javazoom.jl.decoder.Header
Returns Bitrate.
BitsPerSample() - Method in class javazoom.jl.converter.WaveFile
 
Bitstream - class javazoom.jl.decoder.Bitstream.
The Bistream class is responsible for parsing an MPEG audio bitstream.
BITSTREAM_ERROR - Static variable in interface javazoom.jl.decoder.JavaLayerErrors
The first bitstream error code.
BITSTREAM_LAST - Static variable in interface javazoom.jl.decoder.BitstreamErrors
 
Bitstream(InputStream) - Constructor for class javazoom.jl.decoder.Bitstream
Construct a IBitstream that reads data from a given InputStream.
BitstreamErrors - interface javazoom.jl.decoder.BitstreamErrors.
This interface describes all error codes that can be thrown in BistreamExceptions.
BitstreamException - exception javazoom.jl.decoder.BitstreamException.
Instances of BitstreamException are thrown when operations on a Bitstream fail.
BitstreamException(int, Throwable) - Constructor for class javazoom.jl.decoder.BitstreamException
 
BitstreamException(String, Throwable) - Constructor for class 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.

C

chan - Variable in class javazoom.jl.converter.WaveFile.WaveFileSample
 
checksum - Variable in class javazoom.jl.decoder.Header
 
checksum_ok() - Method in class javazoom.jl.decoder.Header
Returns Checksum flag.
checksum() - Method in class javazoom.jl.decoder.Crc16
Return the calculated checksum.
checksums() - Method in class javazoom.jl.decoder.Header
Returns Protection bit.
clear_buffer() - Method in class javazoom.jl.decoder.Obuffer
Clears all data in the buffer (for seeking).
clear_buffer() - Method in class javazoom.jl.decoder.SampleBuffer
 
clear_buffer() - Method in class javazoom.jl.converter.WaveFileObuffer
 
clone() - Method in class javazoom.jl.decoder.Decoder.Params
 
close() - Method in class javazoom.jl.decoder.Obuffer
 
close() - Method in class javazoom.jl.decoder.SampleBuffer
 
close() - Method in class javazoom.jl.converter.WaveFileObuffer
 
Close() - Method in class javazoom.jl.converter.RiffFile
Close Riff File.
Close() - Method in class javazoom.jl.converter.WaveFile
 
closeFrame() - Method in class javazoom.jl.decoder.Bitstream
 
Control - interface javazoom.jl.decoder.Control.
Work in progress.
convert(String, String) - Method in class javazoom.jl.converter.Converter
 
convert(String, String, Converter.ProgressListener) - Method in class javazoom.jl.converter.Converter
 
convert(String, String, Converter.ProgressListener, Decoder.Params) - Method in class javazoom.jl.converter.Converter
 
Converter - class javazoom.jl.converter.Converter.
The Converter class implements the conversion of an MPEG audio file to a .WAV file.
Converter.PrintWriterProgressListener - class javazoom.jl.converter.Converter.PrintWriterProgressListener.
Implementation of ProgressListener that writes notification text to a PrintWriter.
Converter.PrintWriterProgressListener(PrintWriter, int) - Constructor for class javazoom.jl.converter.Converter.PrintWriterProgressListener
 
Converter.ProgressListener - interface javazoom.jl.converter.Converter.ProgressListener.
This interface is used by the Converter to provide notification of tasks being carried out by the converter, and to provide new information as it becomes available.
Converter() - Constructor for class javazoom.jl.converter.Converter
Creates a new converter instance.
converterException(Throwable) - Method in interface javazoom.jl.converter.Converter.ProgressListener
Called when an exception is thrown during while converting a frame.
converterException(Throwable) - Method in class javazoom.jl.converter.Converter.PrintWriterProgressListener
 
converterUpdate(int, int, int) - Method in interface javazoom.jl.converter.Converter.ProgressListener
Notifies the listener that new information is available.
converterUpdate(int, int, int) - Method in class javazoom.jl.converter.Converter.PrintWriterProgressListener
 
copyright() - Method in class javazoom.jl.decoder.Header
Returns Copyright.
countFrames(InputStream) - Method in class javazoom.jl.converter.Converter
 
Crc16 - class javazoom.jl.decoder.Crc16.
16-Bit CRC checksum
Crc16() - Constructor for class javazoom.jl.decoder.Crc16
Dummy Constructor
CurrentFileMode() - Method in class javazoom.jl.converter.RiffFile
Return File Mode.
CurrentFilePosition() - Method in class javazoom.jl.converter.RiffFile
Return File Position.
CurrentFilePosition() - Method in class javazoom.jl.converter.WaveFile
 

D

DDC_FAILURE - Static variable in class javazoom.jl.converter.RiffFile
 
DDC_FILE_ERROR - Static variable in class javazoom.jl.converter.RiffFile
 
DDC_INVALID_CALL - Static variable in class javazoom.jl.converter.RiffFile
 
DDC_INVALID_FILE - Static variable in class javazoom.jl.converter.RiffFile
 
DDC_OUT_OF_MEMORY - Static variable in class javazoom.jl.converter.RiffFile
 
DDC_SUCCESS - Static variable in class javazoom.jl.converter.RiffFile
 
DDC_USER_ABORT - Static variable in class javazoom.jl.converter.RiffFile
 
DEBUG_DETAIL - Static variable in class javazoom.jl.converter.Converter.PrintWriterProgressListener
Debug detail.
decodedFrame(int, Header, Obuffer) - Method in interface javazoom.jl.converter.Converter.ProgressListener
This method is called after a frame has been decoded.
decodedFrame(int, Header, Obuffer) - Method in class javazoom.jl.converter.Converter.PrintWriterProgressListener
 
decodeFrame() - Method in interface javazoom.jl.decoder.FrameDecoder
Decodes one frame of MPEG audio.
decodeFrame(Header, Bitstream) - Method in class javazoom.jl.decoder.Decoder
Decodes one frame from an MPEG audio bitstream.
Decoder - class javazoom.jl.decoder.Decoder.
The Decoder class encapsulates the details of decoding an MPEG audio frame.
DECODER_ERROR - Static variable in interface javazoom.jl.decoder.JavaLayerErrors
The first decoder error code.
Decoder.Params - class javazoom.jl.decoder.Decoder.Params.
The Params class presents the customizable aspects of the decoder.
Decoder.Params() - Constructor for class javazoom.jl.decoder.Decoder.Params
 
Decoder() - Constructor for class javazoom.jl.decoder.Decoder
Creates a new Decoder instance with default parameters.
Decoder(Decoder.Params) - Constructor for class javazoom.jl.decoder.Decoder
Creates a new Decoder instance with default parameters.
DecoderErrors - interface javazoom.jl.decoder.DecoderErrors.
This interface provides constants describing the error codes used by the Decoder to indicate errors.
DecoderException - exception javazoom.jl.decoder.DecoderException.
The DecoderException represents the class of errors that can occur when decoding MPEG audio.
DecoderException(int, Throwable) - Constructor for class javazoom.jl.decoder.DecoderException
 
DecoderException(String, Throwable) - Constructor for class javazoom.jl.decoder.DecoderException
 
deserialize(InputStream) - Static method in class javazoom.jl.decoder.JavaLayerUtils
Deserializes an object from the given InputStream.
deserialize(InputStream, Class) - Static method in class javazoom.jl.decoder.JavaLayerUtils
Deserializes the object contained in the given input stream.
deserializeArray(InputStream, Class, int) - Static method in class javazoom.jl.decoder.JavaLayerUtils
Deserializes an array from a given InputStream.
deserializeArrayResource(String, Class, int) - Static method in class javazoom.jl.decoder.JavaLayerUtils
 
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

Equalizer - class javazoom.jl.decoder.Equalizer.
The Equalizer class can be used to specify equalization settings for the MPEG audio decoder.
Equalizer.EQFunction - class javazoom.jl.decoder.Equalizer.EQFunction.
 
Equalizer.EQFunction() - Constructor for class javazoom.jl.decoder.Equalizer.EQFunction
 
Equalizer() - Constructor for class javazoom.jl.decoder.Equalizer
Creates a new Equalizer instance.
Equalizer(Equalizer.EQFunction) - Constructor for class javazoom.jl.decoder.Equalizer
 
Equalizer(float[]) - Constructor for class javazoom.jl.decoder.Equalizer
 
equals(Object) - Method in class javazoom.jl.decoder.OutputChannels
 
Expect(String, int) - Method in class javazoom.jl.converter.RiffFile
Expect NumBytes data.
EXPERT_DETAIL - Static variable in class javazoom.jl.converter.Converter.PrintWriterProgressListener
Level of detail typically expected of expert users.

F

file - Variable in class javazoom.jl.converter.RiffFile
 
fmode - Variable in class javazoom.jl.converter.RiffFile
 
FourCC(String) - Static method in class javazoom.jl.converter.RiffFile
Fill the header.
FOURTYEIGHT - Static variable in class javazoom.jl.decoder.Header
 
FOURTYFOUR_POINT_ONE - Static variable in class javazoom.jl.decoder.Header
 
FrameDecoder - interface javazoom.jl.decoder.FrameDecoder.
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.
getBand(int) - Method in class javazoom.jl.decoder.Equalizer
Retrieves the eq setting for a given band.
getBand(int) - Method in class javazoom.jl.decoder.Equalizer.EQFunction
Returns the setting of a band in the equalizer.
getBandCount() - Method in class javazoom.jl.decoder.Equalizer
Retrieves the number of bands present in this equalizer.
getBuffer() - Method in class javazoom.jl.decoder.SampleBuffer
 
getBufferLength() - Method in class javazoom.jl.decoder.SampleBuffer
 
getChannelCount() - Method in class javazoom.jl.decoder.OutputChannels
Retrieves the number of output channels represented by this channel output type.
getChannelCount() - Method in class javazoom.jl.decoder.SampleBuffer
 
getChannelsOutputCode() - Method in class javazoom.jl.decoder.OutputChannels
Retrieves the code representing the desired output channels.
getDefaultParams() - Static method in class javazoom.jl.decoder.Decoder
 
getErrorCode() - Method in class javazoom.jl.decoder.BitstreamException
 
getErrorCode() - Method in class javazoom.jl.decoder.DecoderException
 
getErrorString(int) - Static method in class javazoom.jl.decoder.BitstreamException
 
getErrorString(int) - Static method in class javazoom.jl.decoder.DecoderException
 
getException() - Method in class javazoom.jl.decoder.JavaLayerException
 
getInitialEqualizerSettings() - Method in class javazoom.jl.decoder.Decoder.Params
Retrieves the equalizer settings that the decoder's equalizer will be initialized from.
getOutputChannels() - Method in class javazoom.jl.decoder.Decoder.Params
 
getPosition() - Method in interface javazoom.jl.decoder.Control
Retrieves the current position.
getSampleFrequency() - Method in class javazoom.jl.decoder.SampleBuffer
 

H

hashCode() - Method in class javazoom.jl.decoder.OutputChannels
 
Header - class javazoom.jl.decoder.Header.
Class for extracting information from a frame header.

I

InputStreamSource - class javazoom.jl.decoder.InputStreamSource.
Work In Progress. An instance of InputStreamSource implements a Source that provides data from an InputStream .
InputStreamSource(InputStream) - Constructor for class javazoom.jl.decoder.InputStreamSource
 
intensity_stereo_bound() - Method in class javazoom.jl.decoder.Header
Returns Intensity Stereo.
isDetail(int) - Method in class javazoom.jl.converter.Converter.PrintWriterProgressListener
 
isPlaying() - Method in interface javazoom.jl.decoder.Control
 
isRandomAccess() - Method in interface javazoom.jl.decoder.Control
 
isSeekable() - Method in class javazoom.jl.decoder.InputStreamSource
 
isSeekable() - Method in interface javazoom.jl.decoder.Source
 

J

JavaLayerError - error javazoom.jl.decoder.JavaLayerError.
Work in progress.
JavaLayerError() - Constructor for class javazoom.jl.decoder.JavaLayerError
 
JavaLayerErrors - interface javazoom.jl.decoder.JavaLayerErrors.
Exception erorr codes for components of the JavaLayer API.
JavaLayerException - exception javazoom.jl.decoder.JavaLayerException.
The JavaLayerException is the base class for all API-level exceptions thrown by JavaLayer.
JavaLayerException() - Constructor for class javazoom.jl.decoder.JavaLayerException
 
JavaLayerException(String) - Constructor for class javazoom.jl.decoder.JavaLayerException
 
JavaLayerException(String, Throwable) - Constructor for class javazoom.jl.decoder.JavaLayerException
 
JavaLayerUtils - class javazoom.jl.decoder.JavaLayerUtils.
The JavaLayerUtils class is not strictly part of the JavaLayer API.
JavaLayerUtils() - Constructor for class javazoom.jl.decoder.JavaLayerUtils
 
jlc - class javazoom.jl.converter.jlc.
The jlc class presents the JavaLayer Conversion functionality as a command-line program.
jlc() - Constructor for class javazoom.jl.converter.jlc
 
JOINT_STEREO - Static variable in class javazoom.jl.decoder.Header
 

L

layer_string() - Method in class javazoom.jl.decoder.Header
Return Layer version.
layer() - Method in class javazoom.jl.decoder.Header
Returns Layer ID.
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.
LENGTH_UNKNOWN - Static variable in interface javazoom.jl.decoder.Source
 
length() - Method in class javazoom.jl.decoder.InputStreamSource
 
length() - Method in interface javazoom.jl.decoder.Source
 

M

main(String[]) - Static method in class javazoom.jl.converter.jlc
 
Manager - class javazoom.jl.decoder.Manager.
Work in progress.
Manager() - Constructor for class javazoom.jl.decoder.Manager
 
MAX_DETAIL - Static variable in class javazoom.jl.converter.Converter.PrintWriterProgressListener
 
MAX_WAVE_CHANNELS - Static variable in class javazoom.jl.converter.WaveFile
 
MAXCHANNELS - Static variable in class javazoom.jl.decoder.Obuffer
 
mode_extension() - Method in class javazoom.jl.decoder.Header
Returns Mode Extension.
mode_string() - Method in class javazoom.jl.decoder.Header
Returns Mode.
mode() - Method in class javazoom.jl.decoder.Header
Returns Mode.
MPEG1 - Static variable in class javazoom.jl.decoder.Header
Constant for MPEG-1 version
MPEG2_LSF - Static variable in class javazoom.jl.decoder.Header
Constant for MPEG-2 LSF version

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.Decoder
 
newDecoderException(int, Throwable) - Method in class javazoom.jl.decoder.Decoder
 
newStdOut(int) - Static method in class javazoom.jl.converter.Converter.PrintWriterProgressListener
 
NO_DETAIL - Static variable in class javazoom.jl.converter.Converter.PrintWriterProgressListener
 
nSlots - Variable in class javazoom.jl.decoder.Header
 
number_of_subbands() - Method in class javazoom.jl.decoder.Header
Returns the number of subbands in the current frame.
NumChannels() - Method in class javazoom.jl.converter.WaveFile
 
NumSamples() - Method in class javazoom.jl.converter.WaveFile
 

O

Obuffer - class javazoom.jl.decoder.Obuffer.
Base Class for audio output.
Obuffer() - Constructor for class javazoom.jl.decoder.Obuffer
 
OBUFFERSIZE - Static variable in class javazoom.jl.decoder.Obuffer
 
Open(String, int) - Method in class javazoom.jl.converter.RiffFile
Open a RIFF file.
OpenForWrite(String, int, short, short) - Method in class javazoom.jl.converter.WaveFile
 
OpenForWrite(String, WaveFile) - Method in class javazoom.jl.converter.WaveFile
Open for write using another wave file's parameters...
openInput(String) - Method in class javazoom.jl.converter.Converter
 
original() - Method in class javazoom.jl.decoder.Header
Returns Original.
OutputChannels - class javazoom.jl.decoder.OutputChannels.
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.
parsedFrame(int, Header) - Method in interface javazoom.jl.converter.Converter.ProgressListener
If the converter wishes to make a first pass over the audio frames, this is called as each frame is parsed.
parsedFrame(int, Header) - Method in class javazoom.jl.converter.Converter.PrintWriterProgressListener
 
PASS_THRU - Static variable in class javazoom.jl.decoder.Equalizer
 
pause() - Method in interface javazoom.jl.decoder.Control
 
printStackTrace() - Method in class javazoom.jl.decoder.JavaLayerException
 
printStackTrace(PrintStream) - Method in class javazoom.jl.decoder.JavaLayerException
 

R

Read(byte[], int) - Method in class javazoom.jl.converter.RiffFile
Read NumBytes data.
read(byte[], int, int) - Method in class javazoom.jl.decoder.InputStreamSource
 
read(byte[], int, int) - Method in interface javazoom.jl.decoder.Source
 
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.
readFrame(int, Header) - Method in interface javazoom.jl.converter.Converter.ProgressListener
This method is called after each frame has been read, but before it has been decoded.
readFrame(int, Header) - Method in class javazoom.jl.converter.Converter.PrintWriterProgressListener
 
removeAll() - Method in class javazoom.jl.decoder.Manager
 
removeControl(Control) - Method in class javazoom.jl.decoder.Manager
 
reset() - Method in class javazoom.jl.decoder.Equalizer
Sets all bands to 0.0
retrieveDecoder(Header, Bitstream, int) - Method in class javazoom.jl.decoder.Decoder
 
RFM_READ - Static variable in class javazoom.jl.converter.RiffFile
 
RFM_UNKNOWN - Static variable in class javazoom.jl.converter.RiffFile
 
RFM_WRITE - Static variable in class javazoom.jl.converter.RiffFile
 
RiffFile - class javazoom.jl.converter.RiffFile.
Class to manage RIFF files
RiffFile() - Constructor for class javazoom.jl.converter.RiffFile
Dummy Constructor
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_string() - Method in class javazoom.jl.decoder.Header
Returns Frequency
sample_frequency() - Method in class javazoom.jl.decoder.Header
Returns Sample Frequency.
SampleBuffer - class javazoom.jl.decoder.SampleBuffer.
The SampleBuffer class implements an output buffer that provides storage for a fixed size block of samples.
SampleBuffer(int, int) - Constructor for class javazoom.jl.decoder.SampleBuffer
Constructor
SamplingRate() - Method in class javazoom.jl.converter.WaveFile
 
seek(long) - Method in class javazoom.jl.decoder.InputStreamSource
 
seek(long) - Method in interface javazoom.jl.decoder.Source
 
Seek(long) - Method in class javazoom.jl.converter.RiffFile
Seek in the File.
serialize(OutputStream, Object) - Static method in class javazoom.jl.decoder.JavaLayerUtils
 
set_stop_flag() - Method in class javazoom.jl.decoder.Obuffer
Notify the buffer that the user has stopped the stream.
set_stop_flag() - Method in class javazoom.jl.decoder.SampleBuffer
 
set_stop_flag() - Method in class javazoom.jl.converter.WaveFileObuffer
 
setBand(int, float) - Method in class javazoom.jl.decoder.Equalizer
 
setFrom(Equalizer.EQFunction) - Method in class javazoom.jl.decoder.Equalizer
 
setFrom(Equalizer) - Method in class javazoom.jl.decoder.Equalizer
Sets the bands of this equalizer to the value the bands of another equalizer.
setFrom(float[]) - Method in class javazoom.jl.decoder.Equalizer
 
setOutputBuffer(Obuffer) - Method in class javazoom.jl.decoder.Decoder
Changes the output buffer.
setOutputChannels(OutputChannels) - Method in class javazoom.jl.decoder.Decoder.Params
 
setPosition(double) - Method in interface javazoom.jl.decoder.Control
 
SINGLE_CHANNEL - Static variable in class javazoom.jl.decoder.Header
 
slots() - Method in class javazoom.jl.decoder.Header
Returns Slots.
Source - interface javazoom.jl.decoder.Source.
Work in progress.
start() - Method in interface javazoom.jl.decoder.Control
Starts playback of the media presented by this control.
STEREO - Static variable in class javazoom.jl.decoder.Header
 
stop() - Method in interface javazoom.jl.decoder.Control
Stops playback of the media presented by this control.
STREAM_EOF - Static variable in interface javazoom.jl.decoder.BitstreamErrors
The end of the stream was reached.
STREAM_ERROR - Static variable in interface javazoom.jl.decoder.BitstreamErrors
A problem occurred reading from the stream.

T

tell() - Method in class javazoom.jl.decoder.InputStreamSource
 
tell() - Method in interface javazoom.jl.decoder.Source
 
THIRTYTWO - Static variable in class javazoom.jl.decoder.Header
 
toString() - Method in class javazoom.jl.decoder.Header
 

U

UNEXPECTED_EOF - Static variable in interface javazoom.jl.decoder.BitstreamErrors
The end of the stream was reached prematurely.
UNKNOWN_ERROR - Static variable in interface javazoom.jl.decoder.BitstreamErrors
An undeterminable error occurred.
UNKNOWN_ERROR - Static variable in interface javazoom.jl.decoder.DecoderErrors
 
UNKNOWN_SAMPLE_RATE - Static variable in interface javazoom.jl.decoder.BitstreamErrors
The header describes an unknown sample rate.
UNSUPPORTED_LAYER - Static variable in interface javazoom.jl.decoder.DecoderErrors
Layer not supported by the decoder.
UPDATE_CONVERT_COMPLETE - Static variable in interface javazoom.jl.converter.Converter.ProgressListener
Conversion is complete.
UPDATE_FRAME_COUNT - Static variable in interface javazoom.jl.converter.Converter.ProgressListener
 

V

VERBOSE_DETAIL - Static variable in class javazoom.jl.converter.Converter.PrintWriterProgressListener
Verbose detail.
version_string() - Method in class javazoom.jl.decoder.Header
Returns Version.
version() - Method in class javazoom.jl.decoder.Header
Returns version.

W

WaveFile - class javazoom.jl.converter.WaveFile.
Class allowing WaveFormat Access
WaveFile.WaveFileSample - class javazoom.jl.converter.WaveFile.WaveFileSample.
 
WaveFile.WaveFileSample(WaveFile) - Constructor for class javazoom.jl.converter.WaveFile.WaveFileSample
 
WaveFile() - Constructor for class javazoom.jl.converter.WaveFile
Constructs a new WaveFile instance.
WaveFileObuffer - class javazoom.jl.converter.WaveFileObuffer.
Implements an Obuffer by writing the data to a file in RIFF WAVE format.
WaveFileObuffer(int, int, String) - Constructor for class javazoom.jl.converter.WaveFileObuffer
Creates a new WareFileObuffer instance.
willReadBlock() - Method in class javazoom.jl.decoder.InputStreamSource
 
willReadBlock() - Method in interface javazoom.jl.decoder.Source
 
write_buffer(int) - Method in class javazoom.jl.decoder.Obuffer
Write the samples to the file or directly to the audio hardware.
write_buffer(int) - Method in class javazoom.jl.decoder.SampleBuffer
Write the samples to the file (Random Acces).
write_buffer(int) - Method in class javazoom.jl.converter.WaveFileObuffer
 
Write(byte[], int) - Method in class javazoom.jl.converter.RiffFile
Write NumBytes data.
Write(int, int) - Method in class javazoom.jl.converter.RiffFile
Write NumBytes data.
Write(RiffFile.RiffChunkHeader, int) - Method in class javazoom.jl.converter.RiffFile
Write NumBytes data.
Write(short[], int) - Method in class javazoom.jl.converter.RiffFile
Write NumBytes data.
Write(short, int) - Method in class javazoom.jl.converter.RiffFile
Write NumBytes data.
WriteData(short[], int) - Method in class javazoom.jl.converter.WaveFile
Write 16-bit audio

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