Difference between revisions of "SoundChannel:setPosition"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2011.6<br/>
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
'''Class:''' [[SoundChannel]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/SoundChannel|SoundChannel]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate><br />
+
Sets the current playback position in miliseconds.
Sets the current playback position in miliseconds.<br />
 
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
SoundChannel:setPosition(position)
+
SoundChannel:setPosition(position)
 
</source>
 
</source>
=== <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}}
 
{{SoundChannel}}

Revision as of 08:56, 5 September 2021