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

Method SetAudioDelay

windows/APIExample/APIExample/AGVideoWnd.cpp:106–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105
106void CAGInfoWnd::SetAudioDelay(UINT delay)
107{
108 m_nAudioDelay = delay;
109 if (m_bShowTip) {
110 Invalidate(TRUE);
111 }
112}
113
114
115void CAGInfoWnd::SetVideoDelay(UINT delay)

Callers 1

SetAudioStatsInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected