{{newin|[[11.0]]|110|type=function}}
Gets the number of channels currently being recorded (mono or stereo).
== Function ==
=== Synopsis ===
<source lang="lua">
channels = RecordingDevice:getChannelCount( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|channels|The number of channels being recorded (1 for mono, 2 for stereo).}}
== See Also ==
* [[parent::RecordingDevice]]
* [[RecordingDevice:start]]
[[Category:Functions]]
{{#set:Description=Gets the number of channels currently being recorded (mono or stereo).}}
== Other Languages ==
{{i18n|RecordingDevice:getChannelCount}}