| 1243 | } |
| 1244 | |
| 1245 | Result Stop(HSoundInstance sound_instance) |
| 1246 | { |
| 1247 | DM_MUTEX_OPTIONAL_SCOPED_LOCK(g_SoundSystem->m_Mutex); |
| 1248 | StopNoLock(g_SoundSystem, sound_instance); |
| 1249 | return RESULT_OK; |
| 1250 | } |
| 1251 | |
| 1252 | Result Pause(HSoundInstance sound_instance, bool pause) |
| 1253 | { |