|
Agora Java API Reference for Android
|
Classes | |
| class | LastmileProbeOneWayResult |
Public Attributes | |
| short | state |
| int | rtt |
| LastmileProbeOneWayResult | uplinkReport = new LastmileProbeOneWayResult() |
| LastmileProbeOneWayResult | downlinkReport = new LastmileProbeOneWayResult() |
Statistics of the lastmile probe.
| short io.agora.rtc.IRtcEngineEventHandler.LastmileProbeResult.state |
The 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. | int io.agora.rtc.IRtcEngineEventHandler.LastmileProbeResult.rtt |
The round-trip delay time (ms).
| LastmileProbeOneWayResult io.agora.rtc.IRtcEngineEventHandler.LastmileProbeResult.uplinkReport = new LastmileProbeOneWayResult() |
The uplink last-mile network report. For details, see LastmileProbeOneWayResult.
| LastmileProbeOneWayResult io.agora.rtc.IRtcEngineEventHandler.LastmileProbeResult.downlinkReport = new LastmileProbeOneWayResult() |
The downlink last-mile network report. For details, see LastmileProbeOneWayResult.