Package | Description |
---|---|
org.gagravarr.flac | |
org.gagravarr.ogg.audio | |
org.gagravarr.ogg.tools | |
org.gagravarr.opus | |
org.gagravarr.speex | |
org.gagravarr.theora | |
org.gagravarr.tika | |
org.gagravarr.vorbis |
Modifier and Type | Class and Description |
---|---|
class |
FlacOggFile
This lets you work with FLAC files that
are contained in an Ogg Stream
|
Modifier and Type | Class and Description |
---|---|
class |
OggAudioStreamHeaders
Streaming friendly way to get at the headers at the
start of an
OggAudioStream , allowing for the fact
that they may be interspersed with other streams' data. |
Constructor and Description |
---|
OggAudioStatistics(OggAudioHeaders headers,
OggAudioStream audio) |
Modifier and Type | Method and Description |
---|---|
static void |
OggAudioInfoTool.listTags(OggAudioHeaders oa) |
Constructor and Description |
---|
InfoAudioStats(OggAudioHeaders headers,
OggAudioStream audio,
int lastSeqNum,
boolean debugging) |
Modifier and Type | Class and Description |
---|---|
class |
OpusFile
This is a wrapper around an OggFile that lets you
get at all the interesting bits of an Opus file.
|
Constructor and Description |
---|
OpusStatistics(OggAudioHeaders headers,
OggAudioStream audio) |
Modifier and Type | Class and Description |
---|---|
class |
SpeexFile
This is a wrapper around an OggFile that lets you
get at all the interesting bits of a Speex file.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends OggAudioHeaders> |
TheoraFile.getSoundtracks()
Returns all the soundtracks
|
Map<Integer,? extends OggAudioHeaders> |
TheoraFile.getSoundtrackStreams()
Returns the soundtracks and their stream IDs
|
Modifier and Type | Method and Description |
---|---|
int |
TheoraFile.addSoundtrack(OggAudioHeaders audio)
Adds a new soundtrack to the video
|
Modifier and Type | Method and Description |
---|---|
protected static void |
OggAudioParser.extractDuration(org.apache.tika.metadata.Metadata metadata,
org.apache.tika.sax.XHTMLContentHandler xhtml,
OggAudioHeaders headers,
OggAudioStream audio) |
Modifier and Type | Class and Description |
---|---|
class |
VorbisFile
This is a wrapper around an OggFile that lets you
get at all the interesting bits of a Vorbis file.
|
Copyright © 2016. All rights reserved.