Stop playing or recording, if paused.
| 1247 | |
| 1248 | // Stop playing or recording, if paused. |
| 1249 | void ProjectAudioManager::StopIfPaused() |
| 1250 | { |
| 1251 | if( AudioIOBase::Get()->IsPaused() ) |
| 1252 | Stop(); |
| 1253 | } |
| 1254 | |
| 1255 | bool ProjectAudioManager::DoPlayStopSelect( bool click, bool shift ) |
| 1256 | { |
no test coverage detected