Difference between revisions of "SoundData:getChannels"

m
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the number of channels in the stream.}}
 
{{#set:Description=Returns the number of channels in the stream.}}
 
+
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|SoundData:getChannels}}
 
{{i18n|SoundData:getChannels}}

Revision as of 17:55, 25 March 2011

Returns the number of channels in the stream.

Function

Synopsis

channels = SoundData:getChannels( )

Arguments

None.

Returns

number channels
1 for mono, 2 for stereo.

See Also


Other Languages