Public Attributes | |
int | sentBitrate |
int | sentFrameRate |
int | targetBitrate |
int | targetFrameRate |
int | qualityAdaptIndication |
Statistics of the local video.
int io.agora.rtc.IRtcEngineEventHandler.LocalVideoStats.sentBitrate |
Bitrate (Kbps) sent since the last count.
int io.agora.rtc.IRtcEngineEventHandler.LocalVideoStats.sentFrameRate |
Frame rate (fps) sent since the last count.
int io.agora.rtc.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.rtc.IRtcEngineEventHandler.LocalVideoStats.targetFrameRate |
The target frame rate (fps) of the current encoder.
int io.agora.rtc.IRtcEngineEventHandler.LocalVideoStats.qualityAdaptIndication |
Quality change of the local video in terms of target frame rate and target bit rate since last count.