Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <OggCodec.h>
Public Member Functions | |
OggCodec () | |
virtual | ~OggCodec () |
virtual const Extensions * | getExtensions () const throw () |
virtual bool | canHandle (const std::string &path, bool canOpen, VSFileSystem::VSFileType type=VSFileSystem::UnknownFile) throw () |
virtual Stream * | open (const std::string &path, VSFileSystem::VSFileType type=VSFileSystem::UnknownFile) throw (Exception) |
![]() | |
virtual | ~Codec () |
const std::string & | getName () const throw () |
Additional Inherited Members | |
![]() | |
typedef std::vector< std::string > | Extensions |
![]() | |
Codec (const std::string &name) throw () | |
OggCodec factory class, for Ogg audio streams.
Definition at line 15 of file OggCodec.h.
Audio::OggCodec::OggCodec | ( | ) |
|
virtual |
|
virtual |
Implements Audio::Codec.
|
virtual |
Reimplemented from Audio::Codec.
|
virtual |
Implements Audio::Codec.