ResumeSound()

Syntax

ResumeSound(#Sound [, Channel])
Description
Resume the sound playing.

Parameters

#Sound The sound to use. If #PB_All is specified, all the sounds (and all channels) are resumed.
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 resumed.

Return value

None.

See Also

LoadSound(), PauseSound()

Supported OS

All

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