///////////////////////////////////////////////////////
| 200 | |
| 201 | //////////////////////////////////////////////////////////// |
| 202 | unsigned int SoundBuffer::getSampleRate() const |
| 203 | { |
| 204 | return m_sampleRate; |
| 205 | } |
| 206 | |
| 207 | |
| 208 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected