MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / GetTotalTimeMs

Method GetTotalTimeMs

NetStream/source/players/player_fmod.cpp:259–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259uint32_t FMODPlayer::GetTotalTimeMs()
260{
261 uint32_t ret = 0;
262 m_snd->getLength(&ret, FMOD_TIMEUNIT_MS);
263 return ret;
264}
265
266uint32_t FMODPlayer::GetCurrentTimeMs()
267{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected