Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
525
void AVPlayer::SurfaceUpdateTask(void *pArgBlock)
526
{
527
static_cast<AVPlayer *>(pArgBlock)->OnSurfaceUpdate();
528
}
529
530
void AVPlayer::OnSurfaceUpdate()
531
{
Callers
nothing calls this directly
Calls
1
OnSurfaceUpdate
Method · 0.45
Tested by
no test coverage detected