| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/openal/oggreader.h>

Public Member Functions | |
| virtual SO< SharedObj > | read (DataResource *resource, const ID &targetType) const |
| See `ObjectReader'. | |
| virtual const char * | objectFormatName () const |
| virtual const char * | objectFileSuffix () const |
| virtual bool | canProduce (const ID &targetType) const |
| VRS_TYPEINFO (OGGReader, ObjectReader) | |
| virtual SO<SharedObj> VRS::SOUND::OGGReader::read | ( | DataResource * | resource, | |
| const ID & | targetType | |||
| ) | const [virtual] |
| virtual const char* VRS::SOUND::OGGReader::objectFormatName | ( | void | ) | const [inline, virtual] |
Implements VRS::ObjectReader.
| virtual const char* VRS::SOUND::OGGReader::objectFileSuffix | ( | ) | const [inline, virtual] |
both methods provide meta information which is needed for any user interface programming. Multiple file suffixes are serapated by blanks, e.g. "mpg mpeg".
Implements VRS::ObjectReader.
| virtual bool VRS::SOUND::OGGReader::canProduce | ( | const ID & | targetType | ) | const [virtual] |
Reimplemented from VRS::ObjectReader.
| VRS::SOUND::OGGReader::VRS_TYPEINFO | ( | OGGReader | , | |
| ObjectReader | ||||
| ) |