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")
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>
 
</source>

Revision as of 15:30, 13 July 2023