Agora RTC Objective-C API Reference  Refactor
Data Structures | Data Fields
DownlinkNetworkInfo Struct Reference

Data Structures

struct  PeerDownlinkInfo
 

Data Fields

int lastmile_buffer_delay_time_ms
 
int bandwidth_estimation_bps
 
int total_downscale_level_count
 
PeerDownlinkInfopeer_downlink_info
 
int total_received_video_count
 

Detailed Description

The collections of downlink network info.

Constructor & Destructor Documentation

◆ DownlinkNetworkInfo() [1/2]

DownlinkNetworkInfo ( )
inline

◆ DownlinkNetworkInfo() [2/2]

DownlinkNetworkInfo ( const DownlinkNetworkInfo info)
inline

◆ ~DownlinkNetworkInfo()

~DownlinkNetworkInfo ( )
inline

Member Function Documentation

◆ operator=()

DownlinkNetworkInfo& operator= ( const DownlinkNetworkInfo rhs)
inline

Field Documentation

◆ lastmile_buffer_delay_time_ms

int lastmile_buffer_delay_time_ms

The lastmile buffer delay queue time in ms.

◆ bandwidth_estimation_bps

int bandwidth_estimation_bps

The current downlink bandwidth estimation(bps) after downscale.

◆ total_downscale_level_count

int total_downscale_level_count

The total video downscale level count.

◆ peer_downlink_info

PeerDownlinkInfo* peer_downlink_info

The peer video downlink info array.

◆ total_received_video_count

int total_received_video_count

The total video received count.