Package | Description |
---|---|
org.gagravarr.flac | |
org.gagravarr.ogg | |
org.gagravarr.opus | |
org.gagravarr.skeleton.tools | |
org.gagravarr.speex | |
org.gagravarr.theora | |
org.gagravarr.vorbis | |
org.gagravarr.vorbis.tools |
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.
|
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.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
VorbisInfoTool.InfoPacketReader |
Copyright © 2015. All rights reserved.