Difference between revisions of "Decoder: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|Decoder:getChannels}}
 
{{i18n|Decoder:getChannels}}

Revision as of 17:55, 25 March 2011

Returns the number of channels in the stream.

Function

Synopsis

channels = Decoder:getChannels( )

Arguments

None.

Returns

number channels
1 for mono, 2 for stereo.

See Also


Other Languages