Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AgoraIO/API-Examples
/ SetVideoResolution
Method
SetVideoResolution
windows/APIExample/APIExample/AGVideoWnd.cpp:47–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void CAGInfoWnd::SetVideoResolution(UINT nWidth, UINT nHeight)
48
{
49
m_nWidth = nWidth;
50
m_nHeight = nHeight;
51
52
if (m_bShowTip) {
53
Invalidate(TRUE);
54
}
55
}
56
57
void CAGInfoWnd::SetFrameRateInfo(UINT nFPS)
58
{
Callers
1
SetVideoStatsInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected