PauseSound()

语法

PauseSound(#Sound [, Channel])
概要
Pause the sound.

参数

#Sound The sound to use. If #PB_All is specified, all the sounds (and all channels) are paused.
Channel (optional) The channel to use. It's the value returned by PlaySound() when using the #PB_Sound_MultiChannel flag. If #PB_All is specified, all the channels of the sound are paused.

返回值

无.

Remarks

Sounds loaded with the #PB_Sound_Streaming flag are not supported.

参阅

LoadSound(), ResumeSound()

已支持操作系统

所有

<- LoadSound() - Sound Index - PlaySound() ->