Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AgoraIO/API-Examples
/ SetVideoLossRate
Method
SetVideoLossRate
windows/APIExample/APIExample/AGVideoWnd.cpp:86–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
85
86
void CAGInfoWnd::SetVideoLossRate(UINT lossRate)
87
{
88
m_nVideoLossRate = lossRate;
89
90
if (m_bShowTip) {
91
Invalidate(TRUE);
92
}
93
}
94
95
96
void CAGInfoWnd::SetAudioLossRate(UINT lossRate)
Callers
1
SetVideoStatsInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected