Pyrogenesis trunk
|
Go to the source code of this file.
Classes | |
class | OggStream |
Typedefs | |
typedef std::shared_ptr< OggStream > | OggStreamPtr |
Functions | |
Status | OpenOggStream (const OsPath &pathname, OggStreamPtr &stream) |
Status | OpenOggNonstream (const PIVFS &vfs, const VfsPath &pathname, OggStreamPtr &stream) |
A non-streaming OggStream (reading the whole file in advance) that can cope with archived/compressed files. More... | |
typedef std::shared_ptr<OggStream> OggStreamPtr |
Status OpenOggNonstream | ( | const PIVFS & | vfs, |
const VfsPath & | pathname, | ||
OggStreamPtr & | stream | ||
) |
A non-streaming OggStream (reading the whole file in advance) that can cope with archived/compressed files.
Status OpenOggStream | ( | const OsPath & | pathname, |
OggStreamPtr & | stream | ||
) |