| Package | Description |
|---|---|
| org.jflac | |
| org.jflac.frame | |
| org.jflac.util |
| Modifier and Type | Method and Description |
|---|---|
ChannelData[] |
FLACDecoder.getChannelData()
Return the ChannelData object.
|
| Constructor and Description |
|---|
ChannelConstant(BitInputStream is,
Header header,
ChannelData channelData,
int bps,
int wastedBits)
The constructor.
|
ChannelFixed(BitInputStream is,
Header header,
ChannelData channelData,
int bps,
int wastedBits,
int order)
The constructor.
|
ChannelLPC(BitInputStream is,
Header header,
ChannelData channelData,
int bps,
int wastedBits,
int order)
The constructor.
|
ChannelVerbatim(BitInputStream is,
Header header,
ChannelData channelData,
int bps,
int wastedBits)
The constructor.
|
| 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.