Difference between revisions of "SoundChannel:setPaused"
From GiderosMobile
Line 12: | Line 12: | ||
=== <translate>Parameters</translate> === | === <translate>Parameters</translate> === | ||
'''paused''': (boolean) <translate>paused state to set</translate> <br/> | '''paused''': (boolean) <translate>paused state to set</translate> <br/> | ||
+ | |||
+ | {{SoundChannel}} |
Revision as of 23:53, 3 December 2019
Available since: Gideros 2011.6
Class: SoundChannel
Description
Sets the paused state of the channel.
SoundChannel:setPaused(paused)
Parameters
paused: (boolean) paused state to set
- SoundChannel:getPitch
- SoundChannel:getPosition
- SoundChannel:getStreamId
- SoundChannel:getVolume
- SoundChannel:isLooping
- SoundChannel:isPaused
- SoundChannel:isPlaying
- SoundChannel:setEffect
- SoundChannel:setLooping
- SoundChannel:setPaused
- SoundChannel:setPitch
- SoundChannel:setPosition
- SoundChannel:setVolume
- SoundChannel:setWorldPosition
- SoundChannel:stop