| Package | Description |
|---|---|
| org.gagravarr.flac | |
| org.gagravarr.ogg | |
| org.gagravarr.ogg.tools | |
| org.gagravarr.opus | |
| org.gagravarr.skeleton.tools | |
| org.gagravarr.speex | |
| org.gagravarr.theora | |
| org.gagravarr.vorbis |
| Constructor and Description |
|---|
FlacOggFile(OggPacketReader r)
Loads a Vorbis File from the given packet reader.
|
| Modifier and Type | Method and Description |
|---|---|
OggPacketReader |
OggFile.getPacketReader()
Returns a reader that will allow you to read packets
from the file, across all Logical Bit Streams,
in the order that they occur.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
OggAudioInfoTool.InfoPacketReader |
| Constructor and Description |
|---|
OpusFile(OggPacketReader r)
Loads a Opus File from the given packet reader.
|
| Modifier and Type | Method and Description |
|---|---|
static List<SkeletonStream> |
SkeletonInfoTool.getSkeletonStreams(OggPacketReader r) |
| Constructor and Description |
|---|
SpeexFile(OggPacketReader r)
Loads a Speex File from the given packet reader.
|
| Constructor and Description |
|---|
TheoraFile(OggPacketReader r)
Loads a Theora File from the given packet reader.
|
| Constructor and Description |
|---|
VorbisFile(OggPacketReader r)
Loads a Vorbis File from the given packet reader.
|
Copyright © 2021. All rights reserved.