Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AgoraIO/API-Examples
/ SetVideoBitrate
Method
SetVideoBitrate
windows/APIExample/APIExample/AGVideoWnd.cpp:66–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void CAGInfoWnd::SetVideoBitrate(UINT nBitrate)
67
{
68
m_nVideoBitrate = nBitrate;
69
70
if (m_bShowTip) {
71
Invalidate(TRUE);
72
}
73
}
74
75
76
void CAGInfoWnd::SetAudioBitrate(UINT bitrate)
Callers
1
SetVideoStatsInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected