///////////////////////////////////////////////////////
| 322 | |
| 323 | //////////////////////////////////////////////////////////// |
| 324 | bool Sound::isLooping() const |
| 325 | { |
| 326 | return ma_sound_is_looping(&m_impl->sound) == MA_TRUE; |
| 327 | } |
| 328 | |
| 329 | |
| 330 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected