- getArray(int) - Method in class javaFlacEncoder.ArrayRecycler
-
- getAudioFileTypes() - Method in class javaFlacEncoder.FLACFileWriter
-
- getAudioFileTypes(AudioInputStream) - Method in class javaFlacEncoder.FLACFileWriter
-
- getBitsPerSample() - Method in class javaFlacEncoder.StreamConfiguration
-
Get the number of bits per sample
- getByteSize() - Static method in class javaFlacEncoder.MetadataBlockStreamInfo
-
Get the expected size of a properly formed STREAMINFO metadata block.
- getChannelConfig() - Method in class javaFlacEncoder.EncodingConfiguration
-
Get the current channel configuration value.
- getChannelCount() - Method in class javaFlacEncoder.StreamConfiguration
-
Get the currently set channel count
- getChannelName() - Method in class javaFlacEncoder.ChannelData
-
- getCoefficients() - Method in class javaFlacEncoder.LPC
-
Get the calculated LPC Coefficients as an array.
- getCount() - Method in class javaFlacEncoder.ChannelData
-
- getCRC16() - Method in class javaFlacEncoder.EncodedElement
-
- getData() - Method in class javaFlacEncoder.EncodedElement_32
-
Deprecated.
- getData() - Method in class javaFlacEncoder.Subframe_Fixed
-
- getData(EncodedElement) - Method in class javaFlacEncoder.Subframe_Fixed
-
Get the data from the last encode attempt.
- getData() - Method in class javaFlacEncoder.Subframe_LPC
-
Get the data from the last encode attempt.
- getData32() - Method in class javaFlacEncoder.EncodedElement_32
-
Deprecated.
- getDataFormatSupport(AudioFormat) - Static method in class javaFlacEncoder.AudioStreamEncoder
-
Checks whether the given AudioFormat can be properly encoded by this
FLAC library.
- getEncodedSize() - Method in class javaFlacEncoder.Frame
-
Returns the total number of valid bits used in the last encoding(i.e, the
number of compressed bits used).
- getEncodedSize() - Method in class javaFlacEncoder.Subframe
-
Returns the total number of valid bits used in the last encoding(i.e, the
number of compressed bits used).
- getEnd() - Method in class javaFlacEncoder.EncodedElement
-
Return the last element of the list given.
- getEnd_S(EncodedElement) - Static method in class javaFlacEncoder.EncodedElement
-
Return the last element of the list given.
- getError() - Method in class javaFlacEncoder.LPC
-
Get the error for this LPC calculation
- getFLACOutputStream() - Method in class javaFlacEncoder.FLACStreamController
-
- getIdentifier() - Static method in class javaFlacEncoder.FLACStreamIdentifier
-
Get an EncodedElement containing the marker(which is itself in a byte
array).
- getLastTotalSamplesEncoded() - Method in class javaFlacEncoder.FLAC_FileEncoder
-
Get the total number of samples encoded in last encode.
- getMaxBlockSize() - Method in class javaFlacEncoder.StreamConfiguration
-
Get the currently set maximum block size
- getMaxLPCOrder() - Method in class javaFlacEncoder.EncodingConfiguration
-
Get maximum LPC order
- getMD() - Method in class javaFlacEncoder.FLAC_MD5
-
- getMetadataBlockHeader(boolean, MetadataBlockHeader.MetadataBlockType, int) - Static method in class javaFlacEncoder.MetadataBlockHeader
-
Create a meta-data block header of the given type, and return the result
in a new EncodedElement(so data is ready to be placed directly in FLAC
stream)
- getMinBlockSize() - Method in class javaFlacEncoder.StreamConfiguration
-
Get the currently set minimum block size
- getMinLPCOrder() - Method in class javaFlacEncoder.EncodingConfiguration
-
Get current minimum LPC order
- getOrder() - Method in class javaFlacEncoder.LPC
-
Get this LPC object's order
- getPos() - Method in class javaFlacEncoder.FLACFileOutputStream
-
Get the current write position of this stream.
- getPos() - Method in interface javaFlacEncoder.FLACOutputStream
-
Get current write position of this stream.
- getPos() - Method in class javaFlacEncoder.FLACStreamOutputStream
-
Get the current write position of this stream.
- getSampleRate() - Method in class javaFlacEncoder.StreamConfiguration
-
Get the currently set sample rate
- getSamples() - Method in class javaFlacEncoder.ChannelData
-
- getSampleSize() - Method in class javaFlacEncoder.ChannelData
-
- getStreamInfo(StreamConfiguration, int, int, long, byte[]) - Static method in class javaFlacEncoder.MetadataBlockStreamInfo
-
Create a FLAC StreamInfo metadata block with the given parameters.
- getSubframeType() - Method in class javaFlacEncoder.EncodingConfiguration
-
Get the current subframe type
- getThreadCount() - Method in class javaFlacEncoder.FLACEncoder
-
Get the number of threads this FLACEncoder is currently set to use.
- getTotalBits() - Method in class javaFlacEncoder.EncodedElement
-
Total number of usable bits stored by this entire list.
- getTotalManagedCount() - Method in class javaFlacEncoder.BlockThreadManager
-
Get total number of BlockEncodeRequests added to this manager, but not
yet passed back to the FLACEncoder object.
- getWaitingRequest() - Method in class javaFlacEncoder.BlockThreadManager
-
Get a BlockEncodeRequest object which is queued for encoding, pausing for
up to 0.5 seconds till one is available.