#include <Sound.hpp>
公開メンバ関数 | |
| SoundClip (int _handle) | |
| template<typename Num> | |
| const int & | Vol (Num _in) |
| void | Play () |
| void | Pause () |
| void | Stop () |
| bool | IsPlay () |
公開変数類 | |
| SoundPlayType | playType = ASYNC |
非公開変数類 | |
| SoundHandle | handle |
| bool | isPlayTop = 1 |
| RangeNum< int, ClampOnOutOfRange > | vol { 0,255 } |
|
inline |
|
inline |
参照元 SoundClip().
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
参照元 Vol().
| SoundPlayType Kisaragi_Lib::SoundClip::playType = ASYNC |
参照元 Play().