Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
void CAGInfoWnd::SetAudioDelay(UINT delay)
107
{
108
m_nAudioDelay = delay;
109
if (m_bShowTip) {
110
Invalidate(TRUE);
111
}
112
}
113
114
115
void CAGInfoWnd::SetVideoDelay(UINT delay)
Callers
1
SetAudioStatsInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected