SoundChannel:isPaused
From GiderosMobile
Available since: Gideros 2011.6
Class: SoundChannel
Description
Returns the paused state of the channel.
(bool) = SoundChannel:isPaused()
Return values
Returns (bool) `true` if the channel is paused, `false` otherwise.