Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AgoraIO/API-Examples
/ SetFrameRateInfo
Method
SetFrameRateInfo
windows/APIExample/APIExample/AGVideoWnd.cpp:57–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void CAGInfoWnd::SetFrameRateInfo(UINT nFPS)
58
{
59
m_nFps = nFPS;
60
61
if (m_bShowTip) {
62
Invalidate(TRUE);
63
}
64
}
65
66
void CAGInfoWnd::SetVideoBitrate(UINT nBitrate)
67
{
Callers
1
SetVideoStatsInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected