| Package | Description |
|---|---|
| org.gagravarr.flac |
| Modifier and Type | Class and Description |
|---|---|
class |
FlacOggInfo
The
FlacInfo plus the version data from
FlacFirstOggPacket |
| Modifier and Type | Field and Description |
|---|---|
protected FlacInfo |
FlacFile.info |
| Modifier and Type | Method and Description |
|---|---|
FlacInfo |
FlacFile.getInfo() |
| Constructor and Description |
|---|
FlacAudioFrame(byte[] data,
FlacInfo info) |
FlacAudioFrame(InputStream stream,
FlacInfo info)
Creates the frame from the stream, with header sync checking
|
FlacAudioFrame(int first2,
InputStream rawStream,
FlacInfo info)
Creates the frame from the pre-read 2 bytes and stream, no sync checks.
|
FlacAudioFrame(int byte1,
int byte2,
InputStream stream,
FlacInfo info)
Creates the frame from the pre-read 2 bytes and stream, with header sync checking
|
Copyright © 2016. All Rights Reserved.