Package io.agora.rtc2
Class IRtcEngineEventHandler.DownlinkNetworkInfo
java.lang.Object
io.agora.rtc2.IRtcEngineEventHandler.DownlinkNetworkInfo
- Enclosing class:
- IRtcEngineEventHandler
The statistics of the downlink network info.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe bandwidth estimation bitrate in bps.intThe lastmile buffer delay time in ms. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lastmile_buffer_delay_time_ms
public int lastmile_buffer_delay_time_msThe lastmile buffer delay time in ms. -
bandwidth_estimation_bps
public int bandwidth_estimation_bpsThe bandwidth estimation bitrate in bps.
-
-
Constructor Details
-
DownlinkNetworkInfo
public DownlinkNetworkInfo()
-