Package io.agora.rtc2
Class IRtcEngineEventHandler.LastmileProbeResult
java.lang.Object
io.agora.rtc2.IRtcEngineEventHandler.LastmileProbeResult
- Enclosing class:
- IRtcEngineEventHandler
Statistics of the last-mile probe.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe one-way last-mile probe result. -
Field Summary
FieldsModifier and TypeFieldDescriptionThe downlink last-mile network report.intThe round-trip delay time (ms).shortThe state of the probe test:LASTMILE_PROBE_RESULT_COMPLETE(1): the last-mile network probe test is complete.The uplink last-mile network report. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
state
public short stateThe state of the probe test:LASTMILE_PROBE_RESULT_COMPLETE(1): the last-mile network probe test is complete.LASTMILE_PROBE_RESULT_INCOMPLETE_NO_BWE(2): the last-mile network probe test is incomplete and the bandwidth estimation is not available, probably due to limited test resources.LASTMILE_PROBE_RESULT_UNAVAILABLE(3): the last-mile network probe test is not carried out, probably due to poor network conditions.
-
rtt
public int rttThe round-trip delay time (ms). -
uplinkReport
The uplink last-mile network report. For details, seeLastmileProbeOneWayResult. -
downlinkReport
The downlink last-mile network report. For details, seeLastmileProbeOneWayResult.
-
-
Constructor Details
-
LastmileProbeResult
public LastmileProbeResult()
-