Agora Java API Reference for Android
|
Public Attributes | |
int | uid |
int | delay |
int | width |
int | height |
int | receivedBitrate |
int | decoderOutputFrameRate |
int | rendererOutputFrameRate |
int | frameLossRate |
int | packetLossRate |
int | rxStreamType |
int | totalFrozenTime |
int | frozenRate |
int | avSyncTimeMs |
Statistics of the remote video.
int io.agora.rtc2.IRtcEngineEventHandler.RemoteVideoStats.uid |
User ID of the remote user sending the video streams.
int io.agora.rtc2.IRtcEngineEventHandler.RemoteVideoStats.delay |
DEPRECATED Time delay (ms).
int io.agora.rtc2.IRtcEngineEventHandler.RemoteVideoStats.width |
Width (pixels) of the video stream.
int io.agora.rtc2.IRtcEngineEventHandler.RemoteVideoStats.height |
Height (pixels) of the video stream.
int io.agora.rtc2.IRtcEngineEventHandler.RemoteVideoStats.receivedBitrate |
Bitrate (Kbps) received since the last count.
int io.agora.rtc2.IRtcEngineEventHandler.RemoteVideoStats.decoderOutputFrameRate |
The decoder output frame rate (fps) of the remote video.
int io.agora.rtc2.IRtcEngineEventHandler.RemoteVideoStats.rendererOutputFrameRate |
The render output frame rate (fps) of the remote video.
int io.agora.rtc2.IRtcEngineEventHandler.RemoteVideoStats.frameLossRate |
The video frame loss rate (%) of the remote video stream in the reported interval.
int io.agora.rtc2.IRtcEngineEventHandler.RemoteVideoStats.packetLossRate |
Packet loss rate (%) of the remote video stream after using the anti-packet-loss method.
int io.agora.rtc2.IRtcEngineEventHandler.RemoteVideoStats.rxStreamType |
Remote video stream type
int io.agora.rtc2.IRtcEngineEventHandler.RemoteVideoStats.totalFrozenTime |
The total freeze time (ms) of the remote video stream after the remote user joins the channel. In a video session where the frame rate is set to no less than 5 fps, video freeze occurs when the time interval between two adjacent renderable video frames is more than 500 ms.
int io.agora.rtc2.IRtcEngineEventHandler.RemoteVideoStats.frozenRate |
The total video freeze time as a percentage (%) of the total time when the video is available.
int io.agora.rtc2.IRtcEngineEventHandler.RemoteVideoStats.avSyncTimeMs |
The offset (ms) between audio and video stream. A positive value indicates the audio leads the video, and a negative value indicates the audio lags the video.