| 264 | } |
| 265 | |
| 266 | uint32_t FMODPlayer::GetCurrentTimeMs() |
| 267 | { |
| 268 | uint32_t ret = 0; |
| 269 | m_ch->getPosition(&ret, FMOD_TIMEUNIT_MS); |
| 270 | return ret; |
| 271 | } |
| 272 | |
| 273 | bool FMODPlayer::JumpToTimeMs(uint32_t time) |
| 274 | { |
nothing calls this directly
no outgoing calls
no test coverage detected