Difference between revisions of "SoundChannel:setVolume"

From GiderosMobile
Line 8: Line 8:
 
  SoundChannel:setVolume(volume)
 
  SoundChannel:setVolume(volume)
 
</source>
 
</source>
'''volume''': (number) The new volume of the sound channel. Valid range of this parameter is between 0.0 and 1.0, where 1.0 is the maximum volume value. ''''''<br/>
+
=== Parameters ===
 +
'''volume''': (number) The new volume of the sound channel. Valid range of this parameter is between 0.0 and 1.0, where 1.0 is the maximum volume value. <br/>

Revision as of 11:46, 23 August 2018

Available since: Gideros 2011.6

Description


Sets the volume of the sound channel.

 SoundChannel:setVolume(volume)

Parameters

volume: (number) The new volume of the sound channel. Valid range of this parameter is between 0.0 and 1.0, where 1.0 is the maximum volume value.