| 257 | } |
| 258 | |
| 259 | uint32_t FMODPlayer::GetTotalTimeMs() |
| 260 | { |
| 261 | uint32_t ret = 0; |
| 262 | m_snd->getLength(&ret, FMOD_TIMEUNIT_MS); |
| 263 | return ret; |
| 264 | } |
| 265 | |
| 266 | uint32_t FMODPlayer::GetCurrentTimeMs() |
| 267 | { |
nothing calls this directly
no outgoing calls
no test coverage detected