Difference between revisions of "SoundChannel:setPosition"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the current playback position in miliseconds.<br /> <br /> <source lang="lua"> = SoundChan...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | SoundChannel:setPosition(position) | |
</source> | </source> | ||
− | '''position | + | '''position''': (number) position of the channel to set in miliseconds ''''''<br/> |
Revision as of 10:21, 23 August 2018
Available since: Gideros 2011.6
Description
Sets the current playback position in miliseconds.
SoundChannel:setPosition(position)
'position: (number) position of the channel to set in miliseconds '