Difference between revisions of "SoundChannel:getPitch"
From GiderosMobile
Line 13: | Line 13: | ||
'''<translate>Returns</translate>''' (any) <translate>The current pitch of the sound channel.</translate><br/> | '''<translate>Returns</translate>''' (any) <translate>The current pitch of the sound channel.</translate><br/> | ||
'''<translate>Returns</translate>''' (any) <translate>The current pitch of the sound channel.</translate><br/> | '''<translate>Returns</translate>''' (any) <translate>The current pitch of the sound channel.</translate><br/> | ||
+ | |||
+ | {{SoundChannel}} |
Revision as of 23:51, 3 December 2019
Available since: Gideros 2012.09.3
Class: SoundChannel
Description
Returns the current pitch of the sound channel. (Original pitch is 1)
(any), (any) = SoundChannel:getPitch()
Return values
Returns (any) The current pitch of the sound channel.
Returns (any) The current pitch of the sound channel.
- SoundChannel:getPitch
- SoundChannel:getPosition
- SoundChannel:getStreamId
- SoundChannel:getVolume
- SoundChannel:isLooping
- SoundChannel:isPaused
- SoundChannel:isPlaying
- SoundChannel:setEffect
- SoundChannel:setLooping
- SoundChannel:setPaused
- SoundChannel:setPitch
- SoundChannel:setPosition
- SoundChannel:setVolume
- SoundChannel:setWorldPosition
- SoundChannel:stop