StopSound()
语法
StopSound(#Sound [, Channel])概要
Stops the specified sound (if it was playing).
参数
#Sound The sound to stop. If this value is set to #PB_All, then all sounds currently playing are stopped. Channel (optional) The channel to use. It's the value returned by PlaySound() when using the #PB_Sound_MultiChannel flag.
返回值
无.
参阅
PlaySound()
已支持操作系统
所有