| Package | Description |
|---|---|
| org.gagravarr.flac | |
| org.gagravarr.ogg | |
| org.gagravarr.opus | |
| 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.
|
| Constructor and Description |
|---|
OpusFile(OggPacketReader r)
Loads a Opus File from the given packet reader.
|
| 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 © 2016. All Rights Reserved.