public static class IRtcEngineEventHandler.LastmileProbeResult
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
IRtcEngineEventHandler.LastmileProbeResult.LastmileProbeOneWayResult
The one-way last-mile probe result.
|
Modifier and Type | Field and Description |
---|---|
IRtcEngineEventHandler.LastmileProbeResult.LastmileProbeOneWayResult |
downlinkReport
The downlink last-mile network report.
|
int |
rtt
The round-trip delay time (ms).
|
short |
state
The state of the probe test:
LASTMILE_PROBE_RESULT_COMPLETE(1) : the last-mile network probe test is complete. |
IRtcEngineEventHandler.LastmileProbeResult.LastmileProbeOneWayResult |
uplinkReport
The uplink last-mile network report.
|
Constructor and Description |
---|
LastmileProbeResult() |
public short state
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.
public int rtt
public IRtcEngineEventHandler.LastmileProbeResult.LastmileProbeOneWayResult uplinkReport
LastmileProbeOneWayResult
.public IRtcEngineEventHandler.LastmileProbeResult.LastmileProbeOneWayResult downlinkReport
LastmileProbeOneWayResult
.