| Package | Description |
|---|---|
| de.quippy.jflac | |
| de.quippy.jflac.io |
| Modifier and Type | Method and Description |
|---|---|
ByteData |
FLACDecoder.decodeFrame(Frame frame,
ByteData pcmData)
Fill the given ByteData object with PCM data from the frame.
|
| Modifier and Type | Method and Description |
|---|---|
ByteData |
FLACDecoder.decodeFrame(Frame frame,
ByteData pcmData)
Fill the given ByteData object with PCM data from the frame.
|
void |
PCMProcessor.processPCM(ByteData pcm)
Called when each data frame is decompressed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
BitInputStream.readUTF8Int(ByteData raw)
read UTF8 integer.
|
long |
BitInputStream.readUTF8Long(ByteData raw)
read UTF long.
|
Copyright © 2014. All rights reserved.