|
Agora Server Gateway SDK Java API Reference
|
Public Member Functions | |
| LastmileProbeResult () | |
| LastmileProbeResult (int state, LastmileProbeOneWayResult uplinkReport, LastmileProbeOneWayResult downlinkReport, int rtt) | |
| int | getState () |
| void | setState (int state) |
| LastmileProbeOneWayResult | getUplinkReport () |
| void | setUplinkReport (LastmileProbeOneWayResult uplinkReport) |
| LastmileProbeOneWayResult | getDownlinkReport () |
| void | setDownlinkReport (LastmileProbeOneWayResult downlinkReport) |
| int | getRtt () |
| void | setRtt (int rtt) |
Private Attributes | |
| int | state |
| LastmileProbeOneWayResult | uplinkReport |
| LastmileProbeOneWayResult | downlinkReport |
| int | rtt |
The LastmileProbeResult class, which reports the uplink and downlink last-mile network probe test result.
| io.agora.rtc.LastmileProbeResult.LastmileProbeResult | ( | ) |
| io.agora.rtc.LastmileProbeResult.LastmileProbeResult | ( | int | state, |
| LastmileProbeOneWayResult | uplinkReport, | ||
| LastmileProbeOneWayResult | downlinkReport, | ||
| int | rtt ) |
Constructor.
| state | The state of last-mile network probe test.
|
| uplinkReport | The uplink last-mile network probe test result. |
| downlinkReport | The downlink last-mile network probe test result. |
| rtt | The round-trip delay time (ms). |
| LastmileProbeOneWayResult io.agora.rtc.LastmileProbeResult.getDownlinkReport | ( | ) |
| int io.agora.rtc.LastmileProbeResult.getRtt | ( | ) |
| int io.agora.rtc.LastmileProbeResult.getState | ( | ) |
| LastmileProbeOneWayResult io.agora.rtc.LastmileProbeResult.getUplinkReport | ( | ) |
| void io.agora.rtc.LastmileProbeResult.setDownlinkReport | ( | LastmileProbeOneWayResult | downlinkReport | ) |
| void io.agora.rtc.LastmileProbeResult.setRtt | ( | int | rtt | ) |
| void io.agora.rtc.LastmileProbeResult.setState | ( | int | state | ) |
| void io.agora.rtc.LastmileProbeResult.setUplinkReport | ( | LastmileProbeOneWayResult | uplinkReport | ) |
|
private |
|
private |
|
private |
|
private |