Difference between revisions of "SoundChannel:setPosition"

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

Latest revision as of 15:33, 13 July 2023