| Package | Description |
|---|---|
| org.jflac | |
| org.jflac.frame | |
| org.jflac.metadata | |
| org.jflac.sound.spi | |
| org.jflac.util |
| Modifier and Type | Method and Description |
|---|---|
StreamInfo |
FLACDecoder.getStreamInfo()
Return the parsed StreamInfo Metadata record.
|
StreamInfo |
FLACDecoder.readStreamInfo()
Read the FLAC stream info.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PCMProcessor.processStreamInfo(StreamInfo streamInfo)
Called when StreamInfo read.
|
Metadata[] |
FLACDecoder.readMetadata(StreamInfo streamInfo)
Read an array of metadata blocks.
|
| Constructor and Description |
|---|
Header(BitInputStream is,
byte[] headerWarmup,
StreamInfo streamInfo)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StreamInfo.compatiable(StreamInfo info)
Check for compatiable StreamInfo.
|
| Modifier and Type | Method and Description |
|---|---|
StreamInfo |
Flac2PcmAudioInputStream.getStreamInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
Flac2PcmAudioInputStream.processStreamInfo(StreamInfo streamInfo)
Process the StreamInfo block.
|
| Constructor and Description |
|---|
FlacAudioFormat(StreamInfo streamInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
WavWriter.writeHeader(StreamInfo streamInfo)
Write a WAV file header.
|
| Constructor and Description |
|---|
PCMDecoder(StreamInfo streamInfo)
The constructor.
|
WavWriter(DataOutput os,
StreamInfo streamInfo)
The constructor.
|
WavWriter(OutputStream os,
StreamInfo streamInfo)
The constructor.
|
Copyright © 2004–2017. All rights reserved.