#include <StaticSound.h>
Inheritance diagram for Lamp::StaticSound:
Public Member Functions | |
virtual Sound * | clone () |
複製 | |
virtual bool | isStaticSound () const |
静的サウンドかどうか | |
Protected Member Functions | |
StaticSound (DirectSoundBuffer *soundBuffer) | |
コンストラクタ | |
virtual | ~StaticSound () |
デストラクタ | |
virtual u_int | getPlayFlag () |
再生フラグの取得 | |
Friends | |
class | SoundManager |
Definition at line 36 of file StaticSound.h.
|
コンストラクタ
Definition at line 34 of file StaticSound.cpp. |
|
複製
Reimplemented from Lamp::Sound. Definition at line 43 of file StaticSound.cpp. References Lamp::StereoSound::copyStereoSoundData(). |
|
再生フラグの取得
Implements Lamp::SoundBuffer. Definition at line 71 of file StaticSound.h. References Lamp::SoundBuffer::isLoop(), and u_int. |
|
静的サウンドかどうか
Reimplemented from Lamp::Sound. Definition at line 52 of file StaticSound.h. |