Class NERoomRtcLastmileProbeOneWayResult
-
- All Implemented Interfaces:
public final class NERoomRtcLastmileProbeOneWayResult
网络质量探测结果报告。
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
packetLossRate
private final Integer
jitter
private final Integer
availableBandwidth
-
Constructor Summary
Constructors Constructor Description NERoomRtcLastmileProbeOneWayResult(Integer packetLossRate, Integer jitter, Integer availableBandwidth)
-
Method Summary
Modifier and Type Method Description final Integer
getPacketLossRate()
丢包率。 final Integer
getJitter()
网络抖动,单位为毫秒 (ms)。 final Integer
getAvailableBandwidth()
可用网络带宽预估,单位为 Kbps。 -
-
Method Detail
-
getPacketLossRate
final Integer getPacketLossRate()
丢包率。
-
getAvailableBandwidth
final Integer getAvailableBandwidth()
可用网络带宽预估,单位为 Kbps。
-
-
-
-