| Package | Description |
|---|---|
| de.quippy.jflac | |
| de.quippy.jflac.frame | |
| de.quippy.jflac.metadata |
| 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.
|
Copyright © 2014. All rights reserved.