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 |
---|---|
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 © 2015. All rights reserved.