Package | Description |
---|---|
org.gagravarr.flac | |
org.gagravarr.ogg.audio | |
org.gagravarr.opus | |
org.gagravarr.speex | |
org.gagravarr.theora | |
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. |
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.
|
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 | 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 © 2015. All rights reserved.