| Interface | Description |
|---|---|
| OggStreamListener |
Implement this if doing Event based processing
to know when new streams are found.
|
| OggStreamPacket |
A high level stream packet sat atop of an OggPacket.
|
| OggStreamReader |
Implement this interface to be given the
data from the stream of an Ogg file
that you indicated interest in using
a
OggStreamListener |
| Class | Description |
|---|---|
| BitsReader |
Utilities for reading (and hopefully later writing)
a stream of arbitrary bits, in big endian encoding, eg
"give me the next 3 bits" or "give me bits to the
byte boundary"
|
| BytesCapturingInputStream |
Wrapper around an InputStream, which captures all
bytes as they are read, and makes those available.
|
| CRCUtils | |
| HighLevelOggStreamPacket |
A high level stream packet sat atop
of an OggPacket.
|
| IOUtils |
Utilities for working with IO streams, such
as reading and writing.
|
| OggFile |
This class takes care of reading and writing
files using the Ogg container format.
|
| OggPacket |
Represents a logical group of data.
|
| OggPacketData |
The data part of an
OggPacket. |
| OggPacketReader | |
| OggPacketWriter | |
| OggPage | |
| OggStreamAudioData |
Raw, compressed audio
|
| OggStreamAudioVisualData |
Raw, compressed audio and video data, which keeps track of a
granule position
|
| OggStreamIdentifier |
Detector for identifying the kind of data stored in a given stream.
|
| OggStreamIdentifier.OggStreamType | |
| OggStreamVideoData |
Raw, compressed video
|
| Enum | Description |
|---|---|
| OggStreamIdentifier.OggStreamType.Kind |
Copyright © 2021. All rights reserved.