Class NERoomRtcLastmileProbeConfig
-
- All Implemented Interfaces:
public final class NERoomRtcLastmileProbeConfig
Last mile 网络探测配置。
-
-
Field Summary
Fields Modifier and Type Field Description private final Boolean
probeUplink
private final Boolean
probeDownlink
private final Integer
expectedUplinkBitrate
private final Integer
expectedDownlinkBitrate
-
Constructor Summary
Constructors Constructor Description NERoomRtcLastmileProbeConfig(Boolean probeUplink, Boolean probeDownlink, Integer expectedUplinkBitrate, Integer expectedDownlinkBitrate)
-
Method Summary
Modifier and Type Method Description final Boolean
getProbeUplink()
是否探测上行网络。 不发流的用户,例如直播房间中的普通观众,无需进行上行网络探测。true: 探测。false: 不探测。 final Boolean
getProbeDownlink()
是否探测下行网络。true: 探测。false: 不探测。 final Integer
getExpectedUplinkBitrate()
本端期望的最高发送码率。 单位为 bps,范围为 100000, 5000000。 final Integer
getExpectedDownlinkBitrate()
本端期望的最高接收码率。 单位为 bps,范围为 100000, 5000000。 -
-
Method Detail
-
getProbeUplink
final Boolean getProbeUplink()
是否探测上行网络。 不发流的用户,例如直播房间中的普通观众,无需进行上行网络探测。true: 探测。false: 不探测。
-
getProbeDownlink
final Boolean getProbeDownlink()
是否探测下行网络。true: 探测。false: 不探测。
-
getExpectedUplinkBitrate
final Integer getExpectedUplinkBitrate()
本端期望的最高发送码率。 单位为 bps,范围为 100000, 5000000。
-
getExpectedDownlinkBitrate
final Integer getExpectedDownlinkBitrate()
本端期望的最高接收码率。 单位为 bps,范围为 100000, 5000000。
-
-
-
-