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

Method SurfaceUpdateTask

NetStream/source/players/player_av.cpp:525–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523}
524
525void AVPlayer::SurfaceUpdateTask(void *pArgBlock)
526{
527 static_cast<AVPlayer *>(pArgBlock)->OnSurfaceUpdate();
528}
529
530void AVPlayer::OnSurfaceUpdate()
531{

Callers

nothing calls this directly

Calls 1

OnSurfaceUpdateMethod · 0.45

Tested by

no test coverage detected