Difference between revisions of "SoundChannel:getStreamId"

From GiderosMobile
(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...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Returns the stream id of the sound channel.
 
Returns the stream id of the sound channel.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = SoundChannel:getStreamId()
 
(number) = SoundChannel:getStreamId()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

Latest revision as of 15:32, 13 July 2023