SoundStatus()
语法
Result = SoundStatus(#Sound [, Channel])概要
Get the current sound status.
参数
#Sound The sound to use. Channel (optional) The channel to use. It's the value returned by PlaySound() when using the #PB_Sound_MultiChannel flag.
返回值
The current sound status. It can be one of the following value:#PB_Sound_Stopped: the sound is stopped. #PB_Sound_Playing: the sound is playing. #PB_Sound_Paused : the sound is paused. #PB_Sound_Unknown: the sound is in an unknown state (an error occurred when getting the state).
已支持操作系统
所有