- calc(byte[], int) - Static method in class org.jflac.util.CRC16
-
Calculate the CRC over a byte array.
- calc(byte[], int) - Static method in class org.jflac.util.CRC8
-
Calculate the CRC value with data from a byte array.
- calcLength() - Method in class org.jflac.metadata.SeekTable
-
Calculate the metadata block size.
- calcLength() - Method in class org.jflac.metadata.StreamInfo
-
Calculate the metadata block size.
- capacityByOrder - Variable in class org.jflac.frame.EntropyPartitionedRiceContents
-
The capacity of the parameters and raw_bits arrays specified as an order.
- Channel - Class in org.jflac.frame
-
Base class for FLAC subframe (channel) classes.
- Channel(Header, int) - Constructor for class org.jflac.frame.Channel
-
The constructor.
- CHANNEL_ASSIGNMENT_INDEPENDENT - Static variable in class org.jflac.Constants
-
independent channels.
- CHANNEL_ASSIGNMENT_LEFT_SIDE - Static variable in class org.jflac.Constants
-
left+side stereo.
- CHANNEL_ASSIGNMENT_MID_SIDE - Static variable in class org.jflac.Constants
-
mid+side stereo.
- CHANNEL_ASSIGNMENT_RIGHT_SIDE - Static variable in class org.jflac.Constants
-
right+side stereo.
- channelAssignment - Variable in class org.jflac.frame.Header
-
The channel assignment for the frame.
- ChannelConstant - Class in org.jflac.frame
-
FLAC Constant Subframe (Channel) data.
- ChannelConstant(BitInputStream, Header, ChannelData, int, int) - Constructor for class org.jflac.frame.ChannelConstant
-
The constructor.
- ChannelData - Class in org.jflac
-
FLAC channel data.
- ChannelData(int) - Constructor for class org.jflac.ChannelData
-
The default constructor.
- ChannelFixed - Class in org.jflac.frame
-
Fixed FLAC subframe (channel).
- ChannelFixed(BitInputStream, Header, ChannelData, int, int, int) - Constructor for class org.jflac.frame.ChannelFixed
-
The constructor.
- ChannelLPC - Class in org.jflac.frame
-
LPC FLAC subframe (channel).
- ChannelLPC(BitInputStream, Header, ChannelData, int, int, int) - Constructor for class org.jflac.frame.ChannelLPC
-
The constructor.
- channels - Variable in class org.jflac.frame.Header
-
The number of channels (== number of subframes).
- ChannelVerbatim - Class in org.jflac.frame
-
Verbatim FLAC subframe (channel).
- ChannelVerbatim(BitInputStream, Header, ChannelData, int, int) - Constructor for class org.jflac.frame.ChannelVerbatim
-
The constructor.
- close() - Method in class org.jflac.io.RandomFileInputStream
-
Close the file.
- close() - Method in class org.jflac.sound.spi.RingedAudioInputStream
-
Closes this input stream and releases any system resources associated with
the stream.
- comments - Variable in class org.jflac.metadata.VorbisComment
-
- compatiable(StreamInfo) - Method in class org.jflac.metadata.StreamInfo
-
Check for compatiable StreamInfo.
- computeResidual(int[], int, int, int[]) - Static method in class org.jflac.FixedPredictor
-
Compute the residual from the compressed signal.
- concatenateAligned(BitOutputStream) - Method in class org.jflac.io.BitOutputStream
-
Concatinate one InputBitStream to the end of this one.
- Constants - Class in org.jflac
-
libFLAC - Free Lossless Audio Codec library
Copyright (C) 2000,2001,2002,2003 Josh Coalson
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
- Constants() - Constructor for class org.jflac.Constants
-
- contents - Variable in class org.jflac.frame.EntropyPartitionedRice
-
- crc - Variable in class org.jflac.frame.Header
-
CRC-8 (polynomial = x^8 + x^2 + x^1 + x^0, initialized with 0).
- CRC16 - Class in org.jflac.util
-
Utility class to calculate 16-bit CRC.
- CRC16() - Constructor for class org.jflac.util.CRC16
-
- CRC8 - Class in org.jflac.util
-
Utility class to calculate 8-bit CRC.
- CRC8() - Constructor for class org.jflac.util.CRC8
-
- CueIndex - Class in org.jflac.metadata
-
An entry into the cue track.
- CueIndex(BitInputStream) - Constructor for class org.jflac.metadata.CueIndex
-
The constructor.
- CueSheet - Class in org.jflac.metadata
-
CueSheet Metadata block.
- CueSheet(BitInputStream, int, boolean) - Constructor for class org.jflac.metadata.CueSheet
-
The constructor.
- CueTrack - Class in org.jflac.metadata
-
An entry into the cue sheet.
- CueTrack(BitInputStream) - Constructor for class org.jflac.metadata.CueTrack
-
The constructor.
- get(byte[], int, int) - Method in class org.jflac.util.RingBuffer
-
Read data from the ring buffer.
- getAudioFileFormat(File) - Method in class org.jflac.sound.spi.FlacAudioFileReader
-
Obtains the audio file format of the File provided.
- getAudioFileFormat(URL) - Method in class org.jflac.sound.spi.FlacAudioFileReader
-
Obtains an audio input stream from the URL provided.
- getAudioFileFormat(InputStream) - Method in class org.jflac.sound.spi.FlacAudioFileReader
-
Obtains an audio input stream from the input stream provided.
- getAudioFileFormat(InputStream, int) - Method in class org.jflac.sound.spi.FlacAudioFileReader
-
Return the AudioFileFormat from the given InputStream.
- getAudioFormat() - Method in class org.jflac.metadata.StreamInfo
-
- getAudioInputStream(File) - Method in class org.jflac.sound.spi.FlacAudioFileReader
-
Obtains an audio input stream from the File provided.
- getAudioInputStream(URL) - Method in class org.jflac.sound.spi.FlacAudioFileReader
-
Obtains an audio input stream from the URL provided.
- getAudioInputStream(InputStream) - Method in class org.jflac.sound.spi.FlacAudioFileReader
-
Obtains an audio input stream from the input stream provided.
- getAudioInputStream(InputStream, int) - Method in class org.jflac.sound.spi.FlacAudioFileReader
-
Obtains an audio input stream from the input stream provided.
- getAudioInputStream(AudioFormat.Encoding, AudioInputStream) - Method in class org.jflac.sound.spi.FlacFormatConversionProvider
-
Obtains an audio input stream with the specified encoding from the given
audio input stream.
- getAudioInputStream(AudioFormat, AudioInputStream) - Method in class org.jflac.sound.spi.FlacFormatConversionProvider
-
Obtains an audio input stream with the specified format from the given
audio input stream.
- getAvailable() - Method in class org.jflac.util.RingBuffer
-
Return the bytes available for reading.
- getBadFrames() - Method in class org.jflac.FLACDecoder
-
- getBitInputStream() - Method in class org.jflac.FLACDecoder
-
Return the input but stream.
- getBitsPerSample() - Method in class org.jflac.FLACEncoder
-
- getBitsPerSample() - Method in class org.jflac.metadata.StreamInfo
-
- getBlocksize() - Method in class org.jflac.FLACEncoder
-
- getChannelData() - Method in class org.jflac.FLACDecoder
-
Return the ChannelData object.
- getChannels() - Method in class org.jflac.FLACEncoder
-
- getChannels() - Method in class org.jflac.metadata.StreamInfo
-
- getComment(int) - Method in class org.jflac.metadata.VorbisComment
-
- getCommentByName(String) - Method in class org.jflac.metadata.VorbisComment
-
- getCRC() - Method in class org.jflac.frame.Frame
-
return the frame's CRC.
- getData() - Method in class org.jflac.util.ByteData
-
- getData(int) - Method in class org.jflac.util.ByteData
-
Return a data byte.
- getDoEscapeCoding() - Method in class org.jflac.FLACEncoder
-
- getDoExhaustiveModelSearch() - Method in class org.jflac.FLACEncoder
-
- getDoMidSideStereo() - Method in class org.jflac.FLACEncoder
-
- getDoQLPCoeffPrecSearch() - Method in class org.jflac.FLACEncoder
-
- getFrame(Frame, ChannelData[]) - Method in class org.jflac.util.PCMDecoder
-
Write a WAV frame record.
- getFrameSamples() - Method in class org.jflac.metadata.SeekPoint
-
Return the frame samples.
- getHere - Variable in class org.jflac.util.RingBuffer
-
- getInputBytesUnconsumed() - Method in class org.jflac.io.BitInputStream
-
return the number of bytes left to read.
- getInputBytesUnconsumed() - Method in class org.jflac.io.BitOutputStream
-
return the number of bytes left to read.
- getLen() - Method in class org.jflac.util.ByteData
-
- getLength() - Method in class org.jflac.io.RandomFileInputStream
-
Return the length (in bytes) of the file
- getLooseMidSideStereo() - Method in class org.jflac.FLACEncoder
-
- getMaxBlockSize() - Method in class org.jflac.metadata.StreamInfo
-
- getMaxFrameSize() - Method in class org.jflac.metadata.StreamInfo
-
- getMaxLPCOrder() - Method in class org.jflac.FLACEncoder
-
- getMaxResidualPartitionOrder() - Method in class org.jflac.FLACEncoder
-
- getMaxRicePartitionOrderFromBlocksize(int) - Static method in class org.jflac.frame.Frame
-
Return the maximum Rice partition order based on the block size.
- getMetaData() - Method in class org.jflac.sound.spi.Flac2PcmAudioInputStream
-
- getMinBlockSize() - Method in class org.jflac.metadata.StreamInfo
-
- getMinFrameSize() - Method in class org.jflac.metadata.StreamInfo
-
- getMinResidualPartitionOrder() - Method in class org.jflac.FLACEncoder
-
- getNumComments() - Method in class org.jflac.metadata.VorbisComment
-
- getOutput() - Method in class org.jflac.ChannelData
-
- getPartitionedRiceContents() - Method in class org.jflac.ChannelData
-
- getProperty(String) - Method in class org.jflac.sound.spi.FlacAudioFormat
-
Java 5.0 compatible method to get a property.
- getQLPCoeffPrecision() - Method in class org.jflac.FLACEncoder
-
- getReadCRC16() - Method in class org.jflac.io.BitInputStream
-
return the read CRC-16 value.
- getReadCRC16() - Method in class org.jflac.io.BitOutputStream
-
return the read CRC-16 value.
- getResidual() - Method in class org.jflac.ChannelData
-
- getRiceParameterSearchDist() - Method in class org.jflac.FLACEncoder
-
- getSampleNumber() - Method in class org.jflac.metadata.SeekPoint
-
return the sample number.
- getSampleRate() - Method in class org.jflac.FLACEncoder
-
- getSampleRate() - Method in class org.jflac.metadata.StreamInfo
-
- getSamplesDecoded() - Method in class org.jflac.FLACDecoder
-
Get the number of samples decoded.
- getSeekPoint(int) - Method in class org.jflac.metadata.SeekTable
-
Return the selected seek point.
- getSourceEncodings() - Method in class org.jflac.sound.spi.FlacFormatConversionProvider
-
Obtains the set of source format encodings from which format conversion
services are provided by this provider.
- getState() - Method in class org.jflac.FLACEncoder
-
- getStreamableSubset() - Method in class org.jflac.FLACEncoder
-
- getStreamInfo() - Method in class org.jflac.FLACDecoder
-
Return the parsed StreamInfo Metadata record.
- getStreamInfo() - Method in class org.jflac.sound.spi.Flac2PcmAudioInputStream
-
- getStreamOffset() - Method in class org.jflac.metadata.SeekPoint
-
return the stream offset.
- getTargetEncodings() - Method in class org.jflac.sound.spi.FlacFormatConversionProvider
-
Obtains the set of target format encodings to which format conversion
services are provided by this provider.
- getTargetEncodings(AudioFormat) - Method in class org.jflac.sound.spi.FlacFormatConversionProvider
-
Obtains the set of target format encodings supported by the format
converter given a particular source format.
- getTargetFormats(AudioFormat.Encoding, AudioFormat) - Method in class org.jflac.sound.spi.FlacFormatConversionProvider
-
Obtains the set of target formats with the encoding specified supported
by the format converter.
- getTotalBits() - Method in class org.jflac.io.BitOutputStream
-
Returns the totalBits.
- getTotalBlurbs() - Method in class org.jflac.io.BitOutputStream
-
Returns the totalBlurbs.
- getTotalBytesRead() - Method in class org.jflac.FLACDecoder
-
Bytes read.
- getTotalBytesRead() - Method in class org.jflac.io.BitInputStream
-
Total Blurbs read.
- getTotalSamples() - Method in class org.jflac.metadata.StreamInfo
-
- getTotalSamplesEstimate() - Method in class org.jflac.FLACEncoder
-
- getVerify() - Method in class org.jflac.FLACEncoder
-
- getWastedBits() - Method in class org.jflac.frame.Channel
-
Return he number of waisted bits in the frame.
- getWriteCRC16() - Method in class org.jflac.io.BitOutputStream
-
return the write CRC-16 value.
- getWriteCRC8() - Method in class org.jflac.io.BitOutputStream
-
return the write CRC-8 value.