- add(int[]) - Method in class javaFlacEncoder.ArrayRecycler
-
- addFrameThread(Frame) - Method in class javaFlacEncoder.BlockThreadManager
-
Add a Frame to this manager, which it will use to encode a block.
- addInt(int, int) - Method in class javaFlacEncoder.EncodedElement
-
Add a number of bits from an int to the end of this list's data.
- addInt(int, int, int, int[]) - Static method in class javaFlacEncoder.EncodedElement_32
-
Deprecated.
This method adds a given number of bits of an int to a byte array.
- addInt(int, int) - Method in class javaFlacEncoder.EncodedElement_32
-
Deprecated.
Add a number of bits from an int to the end of this list's data.
- addInt_new(int, int, int, byte[]) - Static method in class javaFlacEncoder.EncodedElement
-
This method adds a given number of bits of an int to a byte array.
- addInterleavedSamples(int[], int, int, int) - Method in class javaFlacEncoder.BlockEncodeRequest
-
- addLong(long, int) - Method in class javaFlacEncoder.EncodedElement
-
Add a number of bits from a long to the end of this list's data.
- addRequest(BlockEncodeRequest) - Method in class javaFlacEncoder.BlockThreadManager
-
Add a BlockEncodeRequest to the manager.
- addSamples(int[], int) - Method in class javaFlacEncoder.FLACEncoder
-
Add samples to the encoder, so they may then be encoded.
- addSamplesToMD5(int[], int, int, int) - Method in class javaFlacEncoder.FLAC_MD5
-
Add samples to the MD5 hash.
- ArrayRecycler - Class in javaFlacEncoder
-
The purpose of this class is to provide a source for reusable int arrays.
- attachEnd(EncodedElement) - Method in class javaFlacEncoder.EncodedElement
-
Attach an element to the end of this list.
- AudioStreamEncoder - Class in javaFlacEncoder
-
AudioStreamEncoder provides commonly needed methods for encoding with a
FLACEncoder from an AudioInputStream.
- AudioStreamEncoder() - Constructor for class javaFlacEncoder.AudioStreamEncoder
-