Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <FFCodec.h>
Public Member Functions | |
FFCodec () | |
virtual | ~FFCodec () |
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 () |
virtual const Extensions * | getExtensions () const throw () |
Additional Inherited Members | |
![]() | |
typedef std::vector< std::string > | Extensions |
![]() | |
Codec (const std::string &name) throw () | |
OggCodec factory class, for Ogg audio streams.
Audio::FFCodec::FFCodec | ( | ) |
|
virtual |
|
virtual |
Implements Audio::Codec.
|
virtual |
Implements Audio::Codec.