#include <soundobject.h>
Inheritance diagram for kerosin::SoundObject:
Public Member Functions | |
SoundObject (SoundServer &inServer) | |
virtual | ~SoundObject () |
void | SetFileName (const std::string &inName) |
const std::string & | GetFileName () const |
Protected Attributes | |
SoundServer & | mServer |
Private Attributes | |
std::string | mFileName |
Definition at line 32 of file soundobject.h.
|
Definition at line 35 of file soundobject.h. |
|
Definition at line 36 of file soundobject.h. |
|
Definition at line 41 of file soundobject.h. References mFileName. |
|
Definition at line 38 of file soundobject.h. References mFileName. Referenced by SoundStreamFMOD::Load(), SoundModuleFMOD::Load(), and SoundEffectFMOD::Load(). |
|
Definition at line 49 of file soundobject.h. Referenced by GetFileName(), and SetFileName(). |
|
Definition at line 46 of file soundobject.h. |