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