Data Structures | |
class | OggFileStream |
class | SoundManager |
class | SoundPlayer |
class | WavFileLoader |
Typedefs | |
typedef AutoPtr< SoundManager > | SoundManagerPtr |
greebo: A wrapper class for use with the ov_open_callbacks() method in vorbsfile.h. This provides the four callback functions required by the OGG libs, simulating a file stream.
Parts of this code has been written after http://www.devmaster.net/articles/openal-ogg-file/
typedef AutoPtr<SoundManager> sound::SoundManagerPtr |
Definition at line 47 of file SoundManager.h.