|
Agora Server Gateway SDK Java API Reference
|
Public Member Functions | |
| DownlinkNetworkInfo () | |
| DownlinkNetworkInfo (int lastmileBufferDelayTimeMs, int bandwidthEstimationBps, int totalDownscaleLevelCount, PeerDownlinkInfo peerDownlinkInfo, int totalReceivedVideoCount) | |
| int | getLastmileBufferDelayTimeMs () |
| void | setLastmileBufferDelayTimeMs (int lastmileBufferDelayTimeMs) |
| int | getBandwidthEstimationBps () |
| void | setBandwidthEstimationBps (int bandwidthEstimationBps) |
| int | getTotalDownscaleLevelCount () |
| void | setTotalDownscaleLevelCount (int totalDownscaleLevelCount) |
| PeerDownlinkInfo | getPeerDownlinkInfo () |
| void | setPeerDownlinkInfo (PeerDownlinkInfo peerDownlinkInfo) |
| int | getTotalReceivedVideoCount () |
| void | setTotalReceivedVideoCount (int totalReceivedVideoCount) |
Private Attributes | |
| int | lastmileBufferDelayTimeMs |
| int | bandwidthEstimationBps |
| int | totalDownscaleLevelCount |
| PeerDownlinkInfo | peerDownlinkInfo |
| int | totalReceivedVideoCount |
The collections of downlink network info.
| io.agora.rtc.DownlinkNetworkInfo.DownlinkNetworkInfo | ( | ) |
| io.agora.rtc.DownlinkNetworkInfo.DownlinkNetworkInfo | ( | int | lastmileBufferDelayTimeMs, |
| int | bandwidthEstimationBps, | ||
| int | totalDownscaleLevelCount, | ||
| PeerDownlinkInfo | peerDownlinkInfo, | ||
| int | totalReceivedVideoCount ) |
Constructor.
| lastmileBufferDelayTimeMs | The lastmile buffer delay queue time in ms. |
| bandwidthEstimationBps | The current downlink bandwidth estimation (bps) after downscale. |
| totalDownscaleLevelCount | The total video downscale level count. |
| peerDownlinkInfo | Downlink network info of the user who owns the remote video stream. |
| totalReceivedVideoCount | The total video received count. |
| int io.agora.rtc.DownlinkNetworkInfo.getBandwidthEstimationBps | ( | ) |
| int io.agora.rtc.DownlinkNetworkInfo.getLastmileBufferDelayTimeMs | ( | ) |
| PeerDownlinkInfo io.agora.rtc.DownlinkNetworkInfo.getPeerDownlinkInfo | ( | ) |
| int io.agora.rtc.DownlinkNetworkInfo.getTotalDownscaleLevelCount | ( | ) |
| int io.agora.rtc.DownlinkNetworkInfo.getTotalReceivedVideoCount | ( | ) |
| void io.agora.rtc.DownlinkNetworkInfo.setBandwidthEstimationBps | ( | int | bandwidthEstimationBps | ) |
| void io.agora.rtc.DownlinkNetworkInfo.setLastmileBufferDelayTimeMs | ( | int | lastmileBufferDelayTimeMs | ) |
| void io.agora.rtc.DownlinkNetworkInfo.setPeerDownlinkInfo | ( | PeerDownlinkInfo | peerDownlinkInfo | ) |
| void io.agora.rtc.DownlinkNetworkInfo.setTotalDownscaleLevelCount | ( | int | totalDownscaleLevelCount | ) |
| void io.agora.rtc.DownlinkNetworkInfo.setTotalReceivedVideoCount | ( | int | totalReceivedVideoCount | ) |
|
private |
|
private |
|
private |
|
private |
|
private |