AudioStream:getChannelCount
Returns the number of channels present in the stream's sound data. Mono sounds have 1 channel and stereo sounds have 2 channels.
channels = AudioStream:getChannelCount()
Arguments
None
Returns
Name | Type | Description |
channels | number | The number of channels. |
See also
SoundData:getChannelCount
Source:getChannelCount
AudioStream