MCPcopy Create free account
hub / github.com/AgoraIO/API-Examples / SetVideoLossRate

Method SetVideoLossRate

windows/APIExample/APIExample/AGVideoWnd.cpp:86–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85
86void CAGInfoWnd::SetVideoLossRate(UINT lossRate)
87{
88 m_nVideoLossRate = lossRate;
89
90 if (m_bShowTip) {
91 Invalidate(TRUE);
92 }
93}
94
95
96void CAGInfoWnd::SetAudioLossRate(UINT lossRate)

Callers 1

SetVideoStatsInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected