| 1268 | } |
| 1269 | |
| 1270 | bool IsPlaying(HSoundInstance sound_instance) |
| 1271 | { |
| 1272 | DM_MUTEX_OPTIONAL_SCOPED_LOCK(g_SoundSystem->m_Mutex); |
| 1273 | return sound_instance->m_Playing; |
| 1274 | } |
| 1275 | |
| 1276 | Result SetLooping(HSoundInstance sound_instance, bool looping, int8_t loopcounter) |
| 1277 | { |
no outgoing calls