|
Agora RTC Objective-C API Reference
Refactor
|
| uid_t uid |
The 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 frame rate (fps) for capturing the local video stream.
| int captureFrameWidth |
The width (px) for capturing the local video stream.
| int captureFrameHeight |
The height (px) for capturing the local video stream.
| int 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 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 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 encoderOutputFrameRate |
The output frame rate (fps) of the local video encoder.
| int encodedFrameWidth |
The width of the encoded video (px).
| int encodedFrameHeight |
The height of the encoded video (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 |
The quality adaptation 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 local video encoding acceleration type.
| VideoDimensions simulcastDimensions[SimulcastConfig::STREAM_LAYER_COUNT_MAX] |
The dimensions of the simulcast streams's encoding frame.
| int encodedFrameDepth |
@technical preview The encodedFrameDepth of the local video: