| Package | Description |
|---|---|
| org.gagravarr.flac | |
| org.gagravarr.ogg.audio | |
| org.gagravarr.opus | |
| org.gagravarr.speex | |
| org.gagravarr.tika | |
| org.gagravarr.vorbis |
| Modifier and Type | Class and Description |
|---|---|
class |
FlacOggInfo
The
FlacInfo plus the version data from
FlacFirstOggPacket |
| Modifier and Type | Method and Description |
|---|---|
OggAudioInfoHeader |
OggAudioHeaders.getInfo() |
OggAudioInfoHeader |
OggAudioStreamHeaders.getInfo() |
| Modifier and Type | Class and Description |
|---|---|
class |
OpusInfo
The identification header identifies the bitstream as Opus,
and includes the Opus version, the simple audio characteristics
of the stream such as sample rate and number of channels etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpeexInfo
The identification header identifies the bitstream as Speex,
and includes the Speex version, the simple audio characteristics
of the stream such as sample rate and number of channels etc.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
OggAudioParser.extractChannelInfo(org.apache.tika.metadata.Metadata metadata,
OggAudioInfoHeader info) |
| Modifier and Type | Class and Description |
|---|---|
class |
VorbisInfo
The identification header identifies the bitstream as Vorbis,
Vorbis version, and the simple audio characteristics of the
stream such as sample rate and number of channels.
|
Copyright © 2021. All rights reserved.