|
Agora Java API Reference for Android
|
The statistics of the local video stream. More...
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 |
| int | captureBrightnessLevel |
| boolean | dualStreamEnabled |
| int | hwEncoderAccelerating |
| int | encodedFrameDepth |
The statistics of the local video stream.
| int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.uid |
The ID of the local user.
| int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.sentBitrate |
The actual bitrate (Kbps) while sending the local video stream.
| int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.sentFrameRate |
The actual frame rate (fps) while sending the local video stream.
| int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.captureFrameRate |
The frame rate (fps) for capturing the local video stream.
| int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.captureFrameWidth |
The width (px) for capturing the local video stream.
| int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.captureFrameHeight |
The height (px) for capturing the local video stream.
| int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.regulatedCaptureFrameRate |
The frame rate (fps) adjusted by the built-in video capture adapter (regulator) of the SDK for capturing the local video stream. The regulator adjusts the frame rate of the video captured by the camera according to the video encoding configuration.
| int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.regulatedCaptureFrameWidth |
The width (px) adjusted by the built-in video capture adapter (regulator) of the SDK for capturing the local video stream. The regulator adjusts the height and width of the video captured by the camera according to the video encoding configuration.
| int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.regulatedCaptureFrameHeight |
The height (px) adjusted by the built-in video capture adapter (regulator) of the SDK for capturing the local video stream. The regulator adjusts the height and width of the video captured by the camera according to the video encoding configuration.
| int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.encoderOutputFrameRate |
The output frame rate (fps) of the local video encoder.
| int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.rendererOutputFrameRate |
The output frame rate (fps) of the local video renderer.
| int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.targetBitrate |
The target bitrate (Kbps) of the current encoder. This is an estimate made 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 |
The quality adaptation of the local video stream in the reported interval (based on the target frame rate and target bitrate).
| int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.encodedBitrate |
The bitrate (Kbps) while encoding the local video stream.
| int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.encodedFrameWidth |
The width of the encoded video (px).
| int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.encodedFrameHeight |
The height of the encoded video (px).
| int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.encodedFrameCount |
The number of the sent video frames, represented by an aggregate value.
| int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.codecType |
The codec type of the local video. See VIDEO_CODEC_TYPE.
| int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.txPacketLossRate |
The video packet loss rate (%) from the local client to the Agora server before applying the anti-packet loss strategies.
| int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.captureBrightnessLevel |
The brightness level of the video image captured by the local camera.
captureBrightnessLevel in the next callback.| boolean io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.dualStreamEnabled |
Whether we send dual stream now.
| int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.hwEncoderAccelerating |
The local video encoding acceleration type.
| int io.agora.rtc2.IRtcEngineEventHandler.LocalVideoStats.encodedFrameDepth |
@technical preview
The encoder frame is sdr or hdr:
1.8.18