SoundChannel:getStreamId
From GiderosMobile
Revision as of 09:31, 12 March 2023 by MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2020.2<br/> '''Class:''' SoundChannel<br/> === Description === Returns the stream id of the sound channel. <source lang="lua"> (n...")
Available since: Gideros 2020.2
Class: SoundChannel
Description
Returns the stream id of the sound channel.
(number) = SoundChannel:getStreamId()
Return values
Returns (number) the sound channel stream id
- 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