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

Method GetCurrentTimeMs

NetStream/source/players/player_av.cpp:928–935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

926}
927
928uint32_t AVPlayer::GetCurrentTimeMs()
929{
930 if (m_jumpTimeMs != -1)
931 {
932 return m_jumpTimeMs;
933 }
934 return sceAvPlayerCurrentTime(m_playerCore);
935}
936
937bool AVPlayer::JumpToTimeMs(uint32_t time)
938{

Callers 1

OnUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected