Difference between revisions of "SoundChannel:setPosition"

From GiderosMobile
Line 8: Line 8:
 
  SoundChannel:setPosition(position)
 
  SoundChannel:setPosition(position)
 
</source>
 
</source>
'''position''': (number) position of the channel to set in miliseconds ''''''<br/>
+
=== Parameters ===
 +
'''position''': (number) position of the channel to set in miliseconds <br/>

Revision as of 11:45, 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