Difference between revisions of "SoundChannel:setPosition"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br />
 
Sets the current playback position in miliseconds.<br />
 
Sets the current playback position in miliseconds.<br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
  SoundChannel:setPosition(position)
 
  SoundChannel:setPosition(position)
 
</source>
 
</source>
 
=== Parameters ===
 
=== Parameters ===
'''position''': (number) position of the channel to set in miliseconds <br/>
+
'''position''': (number) <translate>position of the channel to set in miliseconds</translate> <br/>

Revision as of 14:34, 23 August 2018

Available since: Gideros 2011.6

Description


Sets the current playback position in miliseconds.

 SoundChannel:setPosition(position)

Parameters

position: (number) position of the channel to set in miliseconds