///////////////////////////////////////////////////////
| 207 | |
| 208 | //////////////////////////////////////////////////////////// |
| 209 | unsigned int SoundBuffer::getChannelCount() const |
| 210 | { |
| 211 | return static_cast<unsigned int>(m_channelMap.size()); |
| 212 | } |
| 213 | |
| 214 | |
| 215 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected