| Package | Description |
|---|---|
| org.gagravarr.flac | |
| org.gagravarr.tika |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FlacParser.extractInfo(org.apache.tika.metadata.Metadata metadata,
FlacInfo info) |
Copyright © 2021. All rights reserved.