|
arsa
2.7
|
サウンド読み込み破棄関数指定クラス More...
#include <Effekseer.h>
Public Member Functions | |
| SoundLoader () | |
| コンストラクタ More... | |
| virtual | ~SoundLoader () |
| デストラクタ More... | |
| virtual void * | Load (const EFK_CHAR *path) |
| サウンドを読み込む。 More... | |
| virtual void * | Load (const void *data, int32_t size) |
| a function called when sound is loaded data pointer the size of data a pointer of loaded texture More... | |
| virtual void | Unload (void *source) |
| サウンドを破棄する。 More... | |
サウンド読み込み破棄関数指定クラス
Definition at line 3651 of file Effekseer.h.
|
inline |
|
inlinevirtual |
サウンドを読み込む。
| path | [in] 読み込み元パス |
Definition at line 3672 of file Effekseer.h.
a function called when sound is loaded data pointer the size of data a pointer of loaded texture
Definition at line 3688 of file Effekseer.h.
サウンドを破棄する。
| data | [in] サウンド |
Definition at line 3697 of file Effekseer.h.
1.8.15