MCPcopy 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
76void CAGInfoWnd::SetAudioBitrate(UINT bitrate)
77{
78 m_nAudioBitrate = bitrate;
79
80 if (m_bShowTip) {
81 Invalidate(TRUE);
82 }
83}
84
85
86void CAGInfoWnd::SetVideoLossRate(UINT lossRate)

Callers 1

SetAudioStatsInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected