public static class IRtcEngineEventHandler.RemoteVideoStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
avSyncTimeMs
The offset (ms) between audio and video stream.
|
int |
decoderOutputFrameRate
The decoder output frame rate (fps) of the remote video.
|
int |
delay
**DEPRECATED** Time delay (ms).
|
int |
e2eDelay
End-to-end delay from video capturer to video renderer.
|
int |
frameLossRate
The video frame loss rate (%) of the remote video stream in the reported interval.
|
int |
frozenRate
The total video freeze time as a percentage (%) of the total time when the video is
available.
|
int |
height
Height (pixels) of the video stream.
|
int |
packetLossRate
Packet loss rate (%) of the remote video stream after using the anti-packet-loss method.
|
long |
publishDuration
The total publish duration (ms) of the remote video stream.
|
int |
receivedBitrate
Bitrate (Kbps) received since the last count.
|
int |
rendererOutputFrameRate
The render output frame rate (fps) of the remote video.
|
int |
rxStreamType
Remote video stream type
|
int |
superResolutionType
The SuperResolution stats.
|
long |
totalActiveTime
The total time (ms) when the remote user neither stops sending the video
stream nor disables the video module after joining the channel.
|
int |
totalFrozenTime
The total freeze time (ms) of the remote video stream after the remote user joins the
channel.
|
int |
uid
User ID of the remote user sending the video streams.
|
int |
width
Width (pixels) of the video stream.
|
Constructor and Description |
---|
RemoteVideoStats() |
public int uid
public int delay
public int e2eDelay
public int width
public int height
public int receivedBitrate
public int decoderOutputFrameRate
public int rendererOutputFrameRate
public int frameLossRate
public int packetLossRate
public int rxStreamType
public int totalFrozenTime
public int frozenRate
public int avSyncTimeMs
public long totalActiveTime
public long publishDuration
public int superResolutionType