#include <soundeffectfmod.h>
Inheritance diagram for SoundEffectFMOD:
Public Member Functions | |
SoundEffectFMOD (kerosin::SoundServer &inServer) | |
virtual | ~SoundEffectFMOD () |
void | Load (const std::string &inName) |
void | Load (void *inBuffer, int inSize) |
void | Play () |
Protected Attributes | |
FSOUND_SAMPLE * | mHandle |
Definition at line 28 of file soundeffectfmod.h.
|
Definition at line 24 of file soundeffectfmod.cpp. References mHandle. |
|
Definition at line 29 of file soundeffectfmod.cpp. References mHandle. |
|
Implements kerosin::SoundEffect. Definition at line 47 of file soundeffectfmod.cpp. References mHandle. |
|
Implements kerosin::SoundEffect. Definition at line 38 of file soundeffectfmod.cpp. References mHandle, and kerosin::SoundObject::SetFileName(). Here is the call graph for this function: ![]() |
|
Implements kerosin::SoundEffect. Definition at line 56 of file soundeffectfmod.cpp. References mHandle. |
|
Definition at line 39 of file soundeffectfmod.h. Referenced by Load(), Play(), SoundEffectFMOD(), and ~SoundEffectFMOD(). |