Returns the number of sound channels.
| 266 | |
| 267 | /// Returns the number of sound channels. |
| 268 | U8 getChannels() const { return mChannels; } |
| 269 | |
| 270 | /// Returns true if there is a single sound channel. |
| 271 | bool isMono() const { return mChannels == 1; } |
no outgoing calls
no test coverage detected