| * | Class Summary |
| aaoh.kaze.Sound() Sound。 |
| * | Method Summary |
| beep() ビープ音の再生。 | |
| getRepeat() リピート再生の取得。 | |
| getVolume() 音量の取得。 | |
| isBeep() ビープ音の再生が行えるか。 | |
| isRepeat() リピート再生が行えるか。 | |
| isSound() 音の再生が行えるか。 | |
| isVolume() 音量の設定が行えるか。 | |
| play(file) 音を再生します。 | |
| setRepeat(flgRepeat) リピート再生の設定。 | |
| setVolume(volume) 音量の設定。 | |
| stop() 音を停止します。 |