///////////////////////////////////////////////////////
| 320 | |
| 321 | //////////////////////////////////////////////////////////// |
| 322 | unsigned int SoundStream::getChannelCount() const |
| 323 | { |
| 324 | return m_impl->channelCount; |
| 325 | } |
| 326 | |
| 327 | |
| 328 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected