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