|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ByteData | |
---|---|
org.kc7bfi.jflac | |
org.kc7bfi.jflac.apps | |
org.kc7bfi.jflac.io | |
org.kc7bfi.jflac.sound.spi | |
org.kc7bfi.jflac.util |
Uses of ByteData in org.kc7bfi.jflac |
---|
Methods in org.kc7bfi.jflac that return ByteData | |
---|---|
ByteData |
FLACDecoder.decodeFrame(Frame frame,
ByteData pcmData)
Fill the given ByteData object with PCM data from the frame. |
Methods in org.kc7bfi.jflac with parameters of type ByteData | |
---|---|
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. |
Uses of ByteData in org.kc7bfi.jflac.apps |
---|
Methods in org.kc7bfi.jflac.apps with parameters of type ByteData | |
---|---|
void |
Decoder.processPCM(ByteData pcm)
Process the decoded PCM bytes. |
void |
SeekTablePlayer.processPCM(ByteData pcm)
Process the decoded PCM bytes. |
void |
Player.processPCM(ByteData pcm)
Process the decoded PCM bytes. |
Uses of ByteData in org.kc7bfi.jflac.io |
---|
Methods in org.kc7bfi.jflac.io with parameters of type ByteData | |
---|---|
int |
BitInputStream.readUTF8Int(ByteData raw)
read UTF8 integer. |
long |
BitInputStream.readUTF8Long(ByteData raw)
read UTF long. |
Uses of ByteData in org.kc7bfi.jflac.sound.spi |
---|
Methods in org.kc7bfi.jflac.sound.spi with parameters of type ByteData | |
---|---|
void |
Flac2PcmAudioInputStream.processPCM(ByteData pcm)
Process the decoded PCM bytes. |
Uses of ByteData in org.kc7bfi.jflac.util |
---|
Methods in org.kc7bfi.jflac.util that return ByteData | |
---|---|
ByteData |
PCMDecoder.getFrame(Frame frame,
ChannelData[] channelData)
Write a WAV frame record. |
Methods in org.kc7bfi.jflac.util with parameters of type ByteData | |
---|---|
void |
WavWriter.writePCM(ByteData space)
Write the PCM data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |