Package | Description |
---|---|
org.gagravarr.flac | |
org.gagravarr.ogg | |
org.gagravarr.ogg.audio | |
org.gagravarr.opus | |
org.gagravarr.skeleton | |
org.gagravarr.speex | |
org.gagravarr.theora | |
org.gagravarr.vorbis |
Modifier and Type | Class and Description |
---|---|
class |
FlacFirstOggPacket
The first Flac packet stored in an Ogg stream is
special.
|
class |
FlacOggInfo
The
FlacInfo plus the version data from
FlacFirstOggPacket |
class |
FlacTags
This is a
VorbisComments with a Flac metadata
block header, rather than the usual vorbis one. |
Modifier and Type | Class and Description |
---|---|
class |
HighLevelOggStreamPacket
A high level stream packet sat atop
of an OggPacket.
|
class |
OggStreamAudioData
Raw, compressed audio
|
class |
OggStreamAudioVisualData
Raw, compressed audio and video data, which keeps track of a
granule position
|
class |
OggStreamVideoData
Raw, compressed video
|
Modifier and Type | Interface and Description |
---|---|
interface |
OggAudioInfoHeader
Common interface for the Info (Information /
Identification) header at the start of an
OggAudioStream |
interface |
OggAudioSetupHeader
Common interface for the Setup header near the
start of an
OggAudioStream . |
interface |
OggAudioTagsHeader
Common interface for the Tags (Comments) header near
the start of an
OggAudioStream |
Modifier and Type | Method and Description |
---|---|
protected OggStreamPacket |
OggAudioStreamHeaders.createNext(OggPacket packet)
Creates an appropriate high level packet
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpusPacket
Parent of all Opus packets
|
Modifier and Type | Class and Description |
---|---|
class |
OpusAudioData
Raw, compressed audio data
|
class |
OpusInfo
The identification header identifies the bitstream as Opus,
and includes the Opus version, the simple audio characteristics
of the stream such as sample rate and number of channels etc.
|
class |
OpusPacketFactory
Identifies the right kind of
OpusPacket for a given
incoming OggPacket , and creates it |
class |
OpusTags
This is a
VorbisComments with an Opus metadata
block header, rather than the usual vorbis one. |
Modifier and Type | Interface and Description |
---|---|
interface |
SkeletonPacket
Parent of all Skeleton (Annodex) packets
|
Modifier and Type | Class and Description |
---|---|
class |
SkeletonFisbone
The Fisbone (note - no h) provides details about
what the other streams in the file are.
|
class |
SkeletonFishead
The Fishead (note - one h) provides some basic information
on the Skeleton / Annodex stream
|
class |
SkeletonKeyFramePacket
Keyframe Index Packets, used for seeking within the
main streams
|
class |
SkeletonPacketFactory
Identifies the right kind of
SkeletonPacket for a given
incoming OggPacket , and creates it |
Modifier and Type | Interface and Description |
---|---|
interface |
SpeexPacket
Parent of all Speex packets
|
Modifier and Type | Class and Description |
---|---|
class |
SpeexAudioData
Raw, compressed audio data
|
class |
SpeexInfo
The identification header identifies the bitstream as Speex,
and includes the Speex version, the simple audio characteristics
of the stream such as sample rate and number of channels etc.
|
class |
SpeexPacketFactory
Identifies the right kind of
SpeexPacket for a given
incoming OggPacket , and creates it |
class |
SpeexTags
This is a
VorbisComments with an Speex metadata
block header, rather than the usual vorbis one. |
Modifier and Type | Interface and Description |
---|---|
interface |
TheoraPacket
Parent of all Theora (video) packets
|
Modifier and Type | Class and Description |
---|---|
class |
TheoraComments
This is a
VorbisComments with an Theora metadata
block header, rather than the usual Vorbis one. |
class |
TheoraFile
This is a wrapper around an OggFile that lets you
get at all the interesting bits of a Theora file.
|
class |
TheoraInfo
The identification header identifies the bitstream as Theora,
and includes the Theora version, the frame details, the picture
region details and similar.
|
class |
TheoraPacketFactory
Identifies the right kind of
TheoraPacket for a given
incoming OggPacket , and creates it |
class |
TheoraSetup
The setup includes the limit values for the loop filter, the setup
details for the dequantization tables, and the DCT unpacking
Huffman tables
|
class |
TheoraVideoData
Raw, compressed video data
|
Modifier and Type | Interface and Description |
---|---|
interface |
VorbisPacket
Parent of all Vorbis packets
|
Modifier and Type | Class and Description |
---|---|
class |
VorbisAudioData
Raw, compressed audio data
|
class |
VorbisComments
Holds encoder information and user specified tags
|
class |
VorbisInfo
The identification header identifies the bitstream as Vorbis,
Vorbis version, and the simple audio characteristics of the
stream such as sample rate and number of channels.
|
class |
VorbisSetup
Includes extensive CODEC setup information as well as the
complete VQ and Huffman codebooks needed for decode
|
class |
VorbisStyleComments
General class for all Vorbis-style comments/tags, as used
by things like Vorbis, Opus and FLAC.
|
Copyright © 2015. All rights reserved.