arsa  2.7
Public Member Functions | List of all members
Effekseer::SoundLoader Class Reference

サウンド読み込み破棄関数指定クラス More...

#include <Effekseer.h>

Public Member Functions

 SoundLoader ()
 コンストラクタ More...
 
virtual ~SoundLoader ()
 デストラクタ More...
 
virtual voidLoad (const EFK_CHAR *path)
 サウンドを読み込む。 More...
 
virtual voidLoad (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...
 

Detailed Description

サウンド読み込み破棄関数指定クラス

Definition at line 3651 of file Effekseer.h.

Constructor & Destructor Documentation

◆ SoundLoader()

Effekseer::SoundLoader::SoundLoader ( )
inline

コンストラクタ

Definition at line 3657 of file Effekseer.h.

3657 {}

◆ ~SoundLoader()

virtual Effekseer::SoundLoader::~SoundLoader ( )
inlinevirtual

デストラクタ

Definition at line 3662 of file Effekseer.h.

3662 {}

Member Function Documentation

◆ Load() [1/2]

virtual void* Effekseer::SoundLoader::Load ( const EFK_CHAR path)
inlinevirtual

サウンドを読み込む。

Parameters
path[in] 読み込み元パス
Returns
サウンドのポインタ
Note
サウンドを読み込む。 ::Effekseer::Effect::Create実行時に使用される。

Definition at line 3672 of file Effekseer.h.

3672 { return NULL; }
#define NULL
Definition: begin_code.h:167

◆ Load() [2/2]

virtual void* Effekseer::SoundLoader::Load ( const void data,
int32_t  size 
)
inlinevirtual

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.

3688 { return nullptr; }

◆ Unload()

virtual void Effekseer::SoundLoader::Unload ( void source)
inlinevirtual

サウンドを破棄する。

Parameters
data[in] サウンド
Note
サウンドを破棄する。 ::Effekseer::Effectのインスタンスが破棄された時に使用される。

Definition at line 3697 of file Effekseer.h.

3697 {}

The documentation for this class was generated from the following file: