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

Method ShowTips

windows/APIExample/APIExample/AGVideoWnd.cpp:33–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33void CAGInfoWnd::ShowTips(BOOL bShow, BOOL bIsRemote)
34{
35 if (m_bShowTip != bShow) {
36 if (bShow)
37 ShowWindow(SW_SHOW);
38 else
39 ShowWindow(SW_HIDE);
40 }
41
42 m_bShowTip = bShow;
43 m_isRemote = bIsRemote;
44 Invalidate(TRUE);
45}
46
47void CAGInfoWnd::SetVideoResolution(UINT nWidth, UINT nHeight)
48{

Callers 2

OnCreateMethod · 0.80
ShowStatsInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected