{{newin|[[11.0]]|110|type=function|text=It has been renamed from [[SoundData:getChannels]]}}
Returns the number of channels in the SoundData.
== Function ==
=== Synopsis ===
<source lang="lua">
channels = SoundData:getChannelCount( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|channels|1 for mono, 2 for stereo.}}
== See Also ==
* [[parent::SoundData]]
[[Category:Functions]]
{{#set:Description=Returns the number of channels in the SoundData.}}
== Other Languages ==
{{i18n|SoundData:getChannelCount}}