Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AgoraIO/API-Examples
/ SetVideoDelay
Method
SetVideoDelay
windows/APIExample/APIExample/AGVideoWnd.cpp:115–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
114
115
void CAGInfoWnd::SetVideoDelay(UINT delay)
116
{
117
m_nVideoDelay = delay;
118
if (m_bShowTip) {
119
Invalidate(TRUE);
120
}
121
}
122
123
124
void CAGInfoWnd::Reset()
Callers
1
SetVideoStatsInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected