MCPcopy 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
66void CAGInfoWnd::SetVideoBitrate(UINT nBitrate)
67{
68 m_nVideoBitrate = nBitrate;
69
70 if (m_bShowTip) {
71 Invalidate(TRUE);
72 }
73}
74
75
76void CAGInfoWnd::SetAudioBitrate(UINT bitrate)

Callers 1

SetVideoStatsInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected