| Interface | Description |
|---|---|
| LogicalOggStream |
Interface providing access to a logical Ogg stream as part of a
physical Ogg stream.
|
| PhysicalOggStream |
Interface providing access to a physical Ogg stream.
|
| Class | Description |
|---|---|
| BasicStream |
Implementation of the
PhysicalOggStream interface for reading
an Ogg stream from a URL. |
| CachedUrlStream |
Implementation of the
PhysicalOggStream interface for reading
and caching an Ogg stream from a URL. |
| FileStream |
Implementation of the
PhysicalOggStream interface for accessing
normal disk files. |
| LogicalOggStreamImpl | |
| OggPage |
An instance of this class represents an ogg page read from an ogg file
or network stream.
|
| OnDemandUrlStream |
Implementation of the
PhysicalOggStream interface for reading
an Ogg stream from a URL. |
| UncachedUrlStream |
Implementation of the
PhysicalOggStream interface for reading
an Ogg stream from a URL. |
| Exception | Description |
|---|---|
| EndOfOggStreamException |
Exception thrown when reaching the end of an Ogg stream
|
| OggFormatException |
Exception thrown when trying to read a corrupted Ogg stream.
|
Copyright © 2017. All rights reserved.