Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AgoraIO/API-Examples
/ SetAudioBitrate
Method
SetAudioBitrate
windows/APIExample/APIExample/AGVideoWnd.cpp:76–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
75
76
void CAGInfoWnd::SetAudioBitrate(UINT bitrate)
77
{
78
m_nAudioBitrate = bitrate;
79
80
if (m_bShowTip) {
81
Invalidate(TRUE);
82
}
83
}
84
85
86
void CAGInfoWnd::SetVideoLossRate(UINT lossRate)
Callers
1
SetAudioStatsInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected