Agora Java API Reference for Android
|
Public Attributes | |
int | uid |
int | sentBitrate |
int | sentFrameRate |
int | captureFrameRate |
int | captureFrameWidth |
int | captureFrameHeight |
int | regulatedCaptureFrameRate |
int | regulatedCaptureFrameWidth |
int | regulatedCaptureFrameHeight |
int | encoderOutputFrameRate |
int | rendererOutputFrameRate |
int | targetBitrate |
int | targetFrameRate |
int | qualityAdaptIndication |
int | encodedBitrate |
int | encodedFrameWidth |
int | encodedFrameHeight |
int | encodedFrameCount |
int | codecType |
int | txPacketLossRate |
Statistics of the local video.
int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.uid |
ID of the local user whose video is sent.
int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.sentBitrate |
Bitrate (Kbps) sent in the reported interval, which does not include the bitrate of the retransmission video after packet loss.
int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.sentFrameRate |
Frame rate (fps) sent in the reported interval, which does not include the frame rate of the retransmission video after packet loss.
int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.captureFrameRate |
The capture frame rate (fps) of the local video.
int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.captureFrameWidth |
The width of the capture frame (px).
int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.captureFrameHeight |
The height of the capture frame (px).
int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.regulatedCaptureFrameRate |
The regulated frame rate of capture frame rate according to video encoder configuration.
int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.regulatedCaptureFrameWidth |
The regulated frame width (px) of capture frame width according to video encoder configuration.
int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.regulatedCaptureFrameHeight |
The regulated frame height (px) of capture frame height according to video encoder configuration.
int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.encoderOutputFrameRate |
The encoder output frame rate (fps) of the local video.
int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.rendererOutputFrameRate |
The render output frame rate (fps) of the local video.
int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.targetBitrate |
The target bitrate (Kbps) of the current encoder. This value is estimated by the SDK based on the current network conditions.
int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.targetFrameRate |
The target frame rate (fps) of the current encoder.
int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.qualityAdaptIndication |
Quality change of the local video in terms of target frame rate and target bit rate since last count.
int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.encodedBitrate |
The encoding bitrate (Kbps), which does not include the bitrate of the re-transmission video after packet loss.
int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.encodedFrameWidth |
The width of the encoding frame (px).
int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.encodedFrameHeight |
The height of the encoding frame (px).
int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.encodedFrameCount |
The value of the sent frames, represented by an aggregate value.
int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.codecType |
The codec type of the local video:
int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.txPacketLossRate |
The video packet loss rate (%) from the local client to the Agora edge server before applying the anti-packet loss strategies.