| Package | Description |
|---|---|
| org.jflac | |
| org.jflac.util |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ByteData |
PCMDecoder.getFrame(Frame frame,
ChannelData[] channelData)
Write a WAV frame record.
|
void |
WavWriter.writeFrame(Frame frame,
ChannelData[] channelData)
Write a WAV frame record.
|
Copyright © 2004–2017. All rights reserved.