Difference between revisions of "SoundChannel:setPosition"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Class:''' [[SoundChannel]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Sets the current playback position in miliseconds.
Sets the current playback position in miliseconds.<br />
+
<syntaxhighlight lang="lua">
<br />
+
SoundChannel:setPosition(position)
<source lang="lua">
+
</syntaxhighlight>
SoundChannel:setPosition(position)
+
 
</source>
+
=== Parameters ===
'''position''': (number) position of the channel to set in miliseconds ''''''<br/>
+
'''position''': (number) position of the channel to set in miliseconds<br/>
 +
 
 +
{{SoundChannel}}

Latest revision as of 15:33, 13 July 2023