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

Method GetCurrentTimeMs

NetStream/source/players/player_fmod.cpp:266–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266uint32_t FMODPlayer::GetCurrentTimeMs()
267{
268 uint32_t ret = 0;
269 m_ch->getPosition(&ret, FMOD_TIMEUNIT_MS);
270 return ret;
271}
272
273bool FMODPlayer::JumpToTimeMs(uint32_t time)
274{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected