MCPcopy Create free account
hub / github.com/ddnet/ddnet / NextVideoFrame

Method NextVideoFrame

src/engine/client/video.cpp:401–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401void CVideo::NextVideoFrame()
402{
403 if(m_Recording)
404 {
405 ms_Time += ms_TickTime;
406 ms_LocalTime = (ms_Time - ms_LocalStartTime) / (float)time_freq();
407 }
408}
409
410void CVideo::NextAudioFrameTimeline(ISoundMixFunc Mix)
411{

Callers 1

UpdateMethod · 0.80

Calls 1

time_freqFunction · 0.85

Tested by

no test coverage detected