SoundBuffer.getChannelCount

Get the number of channels used by the sound.

If the sound is mono then the number of channels will be 1, 2 for stereo, etc.

class SoundBuffer
uint
getChannelCount
const
(
)

Return Value

Type: uint

Number of channels.

Meta