|
Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
| uid_t | uid |
| int | sentBitrate |
| int | sentFrameRate |
| int | captureFrameRate |
| int | captureFrameWidth |
| int | captureFrameHeight |
| int | regulatedCaptureFrameRate |
| int | regulatedCaptureFrameWidth |
| int | regulatedCaptureFrameHeight |
| int | encoderOutputFrameRate |
| int | encodedFrameWidth |
| int | encodedFrameHeight |
| int | rendererOutputFrameRate |
| int | targetBitrate |
| int | targetFrameRate |
| QUALITY_ADAPT_INDICATION | qualityAdaptIndication |
| int | encodedBitrate |
| int | encodedFrameCount |
| VIDEO_CODEC_TYPE | codecType |
| unsigned short | txPacketLossRate |
| CAPTURE_BRIGHTNESS_LEVEL_TYPE | captureBrightnessLevel |
| bool | dualStreamEnabled |
| int | hwEncoderAccelerating |
Statistics of the local video stream.
| uid_t uid |
ID of the local user.
| int sentBitrate |
The actual bitrate (Kbps) while sending the local video stream.
| int sentFrameRate |
The actual frame rate (fps) while sending the local video stream.
| int captureFrameRate |
The capture frame rate (fps) of the local video.
| int captureFrameWidth |
The width of the capture frame (px).
| int captureFrameHeight |
The height of the capture frame (px).
| int regulatedCaptureFrameRate |
The regulated frame rate of capture frame rate according to video encoder configuration.
| int regulatedCaptureFrameWidth |
The regulated frame width (pixel) of capture frame width according to video encoder configuration.
| int regulatedCaptureFrameHeight |
The regulated frame height (pixel) of capture frame height according to video encoder configuration.
| int encoderOutputFrameRate |
The output frame rate (fps) of the local video encoder.
| int encodedFrameWidth |
The width of the encoding frame (px).
| int encodedFrameHeight |
The height of the encoding frame (px).
| int rendererOutputFrameRate |
The output frame rate (fps) of the local video renderer.
| int targetBitrate |
The target bitrate (Kbps) of the current encoder. This is an estimate made by the SDK based on the current network conditions.
| int targetFrameRate |
The target frame rate (fps) of the current encoder.
| QUALITY_ADAPT_INDICATION qualityAdaptIndication |
Quality adaption of the local video stream in the reported interval (based on the target frame rate and target bitrate). See QUALITY_ADAPT_INDICATION.
| int encodedBitrate |
The bitrate (Kbps) while encoding the local video stream.
| int encodedFrameCount |
The number of the sent video frames, represented by an aggregate value.
| VIDEO_CODEC_TYPE codecType |
The codec type of the local video. See VIDEO_CODEC_TYPE.
| unsigned short txPacketLossRate |
The video packet loss rate (%) from the local client to the Agora server before applying the anti-packet loss strategies.
| CAPTURE_BRIGHTNESS_LEVEL_TYPE captureBrightnessLevel |
The brightness level of the video image captured by the local camera. See CAPTURE_BRIGHTNESS_LEVEL_TYPE.
| bool dualStreamEnabled |
Whether we send dual stream now.
| int hwEncoderAccelerating |
The hwEncoderAccelerating of the local video: