| Package | Description |
|---|---|
| de.quippy.jflac |
| Modifier and Type | Method and Description |
|---|---|
Frame |
FLACDecoder.getCurrentFrame()
Return the current read frame
|
Frame |
FLACDecoder.readFrame()
Read the next data frame.
|
Frame |
FLACDecoder.readNextFrame()
Read the next data 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 |
FrameListener.processFrame(Frame frame)
Called for each data frame read.
|
Copyright © 2014. All rights reserved.