Difference between revisions of "SoundData:getChannels"

m (1 revision: Importing from potato (again).)
m
Line 1: Line 1:
 
 
Returns the number of channels in the stream.
 
Returns the number of channels in the stream.
 
== Function ==
 
== Function ==
Line 14: 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.}}
 +
 +
== Other Languages ==
 +
{{i18n|SoundData:getChannels}}

Revision as of 20:36, 18 November 2010

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