DSP_StopSound

構文


void DSP_StopSound(void);

引数

なし。

返り値

なし。

説明

DSP_PlaySound(),DSP_PlayShutterSound() によって現在サウンドを再生中であれば停止します。

参照

DSP_PlaySound DSP_PlayShutterSound DSP_IsSoundPlaying

履歴

2008/07/09 DSP_PlayShutterSound()について追記
2008/06/13 初版