#include <SoundMedia.h>
Inherited by Music, and Sound.
Inheritance diagram for SoundMedia:
Public Member Functions | |
SoundMedia () | |
virtual | ~SoundMedia () |
bool | initialize () |
bool | deInitialize () |
virtual bool | load (const char *filename) |
virtual bool | unload () |
virtual void | play () |
virtual void | stop () |
Author: Petter Alstermark, petter@alstermark.com
Definition at line 16 of file SoundMedia.h.
|
Author: Petter Alstermark, petter@alstermark.com Definition at line 9 of file SoundMedia.cpp. |
|
Definition at line 12 of file SoundMedia.cpp. |
|
Definition at line 30 of file SoundMedia.cpp. References FSOUND_Close(), and LOG_SUCCESS. Referenced by MainApp::deInitialize(). Here is the call graph for this function: |
|
Definition at line 15 of file SoundMedia.cpp. References FMOD_ErrorString(), FMOD_VERSION, FSOUND_GetError(), FSOUND_GetVersion(), FSOUND_Init(), LOG_ERROR, and LOG_SUCCESS. Referenced by MainApp::initialize(). Here is the call graph for this function: |
|
Reimplemented in Music, and Sound. Definition at line 24 of file SoundMedia.h. |
|
Definition at line 26 of file SoundMedia.h. |
|
Reimplemented in Music, and Sound. Definition at line 27 of file SoundMedia.h. |
|
Reimplemented in Music, and Sound. Definition at line 25 of file SoundMedia.h. |