MCPcopy 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
57void CAGInfoWnd::SetFrameRateInfo(UINT nFPS)
58{
59 m_nFps = nFPS;
60
61 if (m_bShowTip) {
62 Invalidate(TRUE);
63 }
64}
65
66void CAGInfoWnd::SetVideoBitrate(UINT nBitrate)
67{

Callers 1

SetVideoStatsInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected