Difference between revisions of "SoundChannel:setPosition"

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

Revision as of 08:29, 24 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