Chicane

Sound

ヘッダー
Includes/Chicane/Screech/Sound.hpp
ネームスペース
Chicane::Screech::Sound

Types

名前価値説明
Raw
std::vector<unsigned char>

コンストラクター

名前説明
Sound()

デストラクター

名前説明
~Sound()

関数

アクセスタイプモディファイア名前説明
public
void
setData(
const  Raw& inValue
)
public
bool
const
isPlaying()
public
bool
play(
std::function<void()> inCallback
)
public
bool
const
isPaused()
public
bool
pause()
public
bool
const
isStopped()
public
bool
stop()

メンバ

アクセスタイプモディファイア名前説明
private
m_status
private
m_settings
private
std::unique_ptr<class _Data>
m_data