Types
| 名前 | 価値 | 説明 |
|---|---|---|
Raw | std::vector<unsigned char> |
コンストラクター
| 名前 | 説明 |
|---|---|
Sound() |
デストラクター
| 名前 | 説明 |
|---|---|
~Sound() |
関数
| アクセス | タイプ | モディファイア | 名前 | 説明 |
|---|---|---|---|---|
public | void | |||
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 |