///////////////////////////////////////////////////////
| 431 | |
| 432 | //////////////////////////////////////////////////////////// |
| 433 | unsigned int SoundRecorder::getChannelCount() const |
| 434 | { |
| 435 | return m_impl->channelCount; |
| 436 | } |
| 437 | |
| 438 | |
| 439 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected