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

Method SetVideoDelay

windows/APIExample/APIExample/AGVideoWnd.cpp:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114
115void CAGInfoWnd::SetVideoDelay(UINT delay)
116{
117 m_nVideoDelay = delay;
118 if (m_bShowTip) {
119 Invalidate(TRUE);
120 }
121}
122
123
124void CAGInfoWnd::Reset()

Callers 1

SetVideoStatsInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected