| Package | Description |
|---|---|
| org.gagravarr.ogg.audio | |
| org.gagravarr.ogg.tools | |
| org.gagravarr.opus | |
| org.gagravarr.skeleton | |
| org.gagravarr.speex | |
| org.gagravarr.theora | |
| org.gagravarr.vorbis |
| Modifier and Type | Method and Description |
|---|---|
OggStreamAudioData |
OggAudioStreamHeaders.createAudio(OggPacket packet)
Creates the Audio Data for a given audio packet
|
OggStreamAudioData |
OggAudioStream.getNextAudioPacket()
Returns the next
OggStreamAudioData packet in the
stream, or null if no more remain |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OggAudioStatistics.handleAudioData(OggStreamAudioData audioData) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OggAudioInfoTool.InfoAudioStats.handleAudioData(OggStreamAudioData audioData) |
| Modifier and Type | Class and Description |
|---|---|
class |
OpusAudioData
Raw, compressed audio data
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
OpusStatistics.handleAudioData(OggStreamAudioData audioData) |
| Modifier and Type | Class and Description |
|---|---|
class |
SkeletonKeyFramePacket
Keyframe Index Packets, used for seeking within the
main streams
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpeexAudioData
Raw, compressed audio data
|
| Modifier and Type | Method and Description |
|---|---|
void |
TheoraFile.writeAudioData(OggStreamAudioData data,
int audioSid)
Buffers the given audio ready for writing
out, to a given (pre-existing) audio stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VorbisAudioData
Raw, compressed audio data
|
Copyright © 2021. All rights reserved.