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

Method SetVideoStatsInfo

windows/APIExample/APIExample/AGVideoWnd.cpp:253–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251
252
253void CAGVideoWnd::SetVideoStatsInfo(UINT nWidth, UINT nHeight, UINT nFps, UINT nBitrate, UINT lossRate, UINT delay)
254{
255 m_wndInfo.SetVideoResolution(nWidth, nHeight);
256 m_wndInfo.SetFrameRateInfo(nFps);
257 m_wndInfo.SetVideoBitrate(nBitrate);
258 m_wndInfo.SetVideoLossRate(lossRate);
259 m_wndInfo.SetVideoDelay(delay);
260}
261
262
263void CAGVideoWnd::SetAudioStatsInfo(UINT nBitrate, UINT lossRate, UINT delay)

Callers 8

onEIDLocalVideoStatsMethod · 0.80
onEIDRemoteVideoStatsMethod · 0.80
onEIDLocalVideoStatsMethod · 0.80
onEIDRemoteVideoStatsMethod · 0.80
OnEIDLocalVideoStatsMethod · 0.80
OnEIDRemoteVideoStatsMethod · 0.80
OnEIDLocalVideoStatsMethod · 0.80
OnEIDRemoteVideoStatsMethod · 0.80

Calls 5

SetVideoResolutionMethod · 0.80
SetFrameRateInfoMethod · 0.80
SetVideoBitrateMethod · 0.80
SetVideoLossRateMethod · 0.80
SetVideoDelayMethod · 0.80

Tested by

no test coverage detected