#include <Ogg/Ogg.H>
#include <Ogg/Transport.H>
#include <Ogg/Exception.H>
Go to the source code of this file.
Namespaces | |
namespace | Ogg |
Classes | |
class | Ogg::Packet |
Logical Packet interface. More... | |
class | Ogg::Logical |
Logical interface. More... | |
class | Ogg::Logical::Writer |
Logical stream writer. More... | |
class | Ogg::Logical::Reader |
Logical stream reader. More... | |
class | Ogg::Logical::NotForWriting |
Exception thrown by Logical::Writer. More... | |
class | Ogg::Logical::ReaderAlreadyExists |
Exception thrown by Logical::Reader. More... | |
class | Ogg::Logical::NotForReading |
Exception thrown by Logical::Reader. More... | |
class | Ogg::Logical::MuxTooLate |
Exception thrown by Logical::Logical. More... | |
class | Ogg::Logical::SerialNoAlreadyUsed |
Exception thrown by Logical::Logical. More... | |
class | Ogg::Logical::StreamAlreadyClaimed |
class | Ogg::Logical::NoSuchStream |
class | Ogg::Logical::FailedToSelectStream |
class | Ogg::Logical::SeekInternalError |
Exception thrown by Logical::Reader:: seek operators. More... |