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

Method ShowStatsInfo

windows/APIExample/APIExample/AGVideoWnd.cpp:317–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315
316
317void CAGVideoWnd::ShowStatsInfo(BOOL bShow, BOOL bIsRemote)
318{
319 m_wndInfo.ShowTips(bShow, bIsRemote);
320 if (!bIsRemote) {
321 m_wndInfo.MoveWindow(0, 0, WND_INFO_WIDTH, WND_INFO_HEIGHT - 25);
322 }
323
324}
325
326
327void CAGVideoWnd::Reset()

Callers 9

RenderLocalVideoMethod · 0.80
ResetVideoViewMethod · 0.80
RenderLocalVideoMethod · 0.80
ResumeStatusMethod · 0.80
OnEIDUserJoinedMethod · 0.80
OnEIDUserOfflineMethod · 0.80
ShowVideoWndsMethod · 0.80

Calls 1

ShowTipsMethod · 0.80

Tested by

no test coverage detected