|
NERtc Android SDK 4.6.10
|
Public Member Functions | |
| String | toString () |
Public Attributes | |
| int | layerType |
| int | width |
| int | height |
| int | receivedBitrate |
| int | fps |
| int | packetLossRate |
| int | decoderOutputFrameRate |
| int | rendererOutputFrameRate |
| long | totalFrozenTime |
| int | frozenRate |
| String | decoderName |
Statistics of each remote video streams.
| String com.netease.lava.nertc.sdk.stats.NERtcVideoLayerRecvStats.toString | ( | ) |
to be added
| String com.netease.lava.nertc.sdk.stats.NERtcVideoLayerRecvStats.decoderName |
Video decoder name.
| int com.netease.lava.nertc.sdk.stats.NERtcVideoLayerRecvStats.decoderOutputFrameRate |
Decoder output frame rate (fps).
| int com.netease.lava.nertc.sdk.stats.NERtcVideoLayerRecvStats.fps |
Received frame rate (fps).
| int com.netease.lava.nertc.sdk.stats.NERtcVideoLayerRecvStats.frozenRate |
The average freeze time (totalFrozenTime) of downlink video as a percentage (%) of the total active time of the remote video stream (totalActiveTime) since receiving remote streams.
| int com.netease.lava.nertc.sdk.stats.NERtcVideoLayerRecvStats.height |
The height of a remote video encoding (px).
| int com.netease.lava.nertc.sdk.stats.NERtcVideoLayerRecvStats.layerType |
The types of video channels. 1: mainstreams. 2: substreams.
| int com.netease.lava.nertc.sdk.stats.NERtcVideoLayerRecvStats.packetLossRate |
Downlink package loss rate of remote video.
| int com.netease.lava.nertc.sdk.stats.NERtcVideoLayerRecvStats.receivedBitrate |
Received bitrate (Kbps).
| int com.netease.lava.nertc.sdk.stats.NERtcVideoLayerRecvStats.rendererOutputFrameRate |
Render frame rate (fps).
| long com.netease.lava.nertc.sdk.stats.NERtcVideoLayerRecvStats.totalFrozenTime |
The total freeze time (ms) of the downlink video after receiving video stream from the remote user.
| int com.netease.lava.nertc.sdk.stats.NERtcVideoLayerRecvStats.width |
The width of a remote video encoding (px).