|
Agora C++ API Reference for All Platforms
|
#include <AgoraBase.h>
Classes | |
| struct | PeerDownlinkInfo |
Public Member Functions | |
| DownlinkNetworkInfo () | |
| DownlinkNetworkInfo (const DownlinkNetworkInfo &info) | |
| DownlinkNetworkInfo & | operator= (const DownlinkNetworkInfo &rhs) |
| ~DownlinkNetworkInfo () | |
Public Attributes | |
| int | lastmile_buffer_delay_time_ms |
| int | bandwidth_estimation_bps |
| int | total_downscale_level_count |
| PeerDownlinkInfo * | peer_downlink_info |
| int | total_received_video_count |
|
inline |
|
inline |
|
inline |
|
inline |
| int agora::rtc::DownlinkNetworkInfo::lastmile_buffer_delay_time_ms |
The lastmile buffer delay queue time in ms.
| int agora::rtc::DownlinkNetworkInfo::bandwidth_estimation_bps |
The current downlink bandwidth estimation(bps) after downscale.
| int agora::rtc::DownlinkNetworkInfo::total_downscale_level_count |
The total video downscale level count.
| PeerDownlinkInfo* agora::rtc::DownlinkNetworkInfo::peer_downlink_info |
The peer video downlink info array.
| int agora::rtc::DownlinkNetworkInfo::total_received_video_count |
The total video received count.