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 | encodedFrameCount |
VIDEO_CODEC_TYPE | codecType |
unsigned short | txPacketLossRate |
Statistics of the local video stream.
uid_t uid |
ID of the local user.
int sentBitrate |
Bitrate (Kbps) sent in the reported interval, which does not include the bitrate of the retransmission video after packet loss.
int sentFrameRate |
Frame rate (fps) sent in the reported interval, which does not include the frame rate of the retransmission video after packet loss.
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 encoder output frame rate (fps) of the local video.
int encodedFrameWidth |
The width of the encoding frame (px).
int encodedFrameHeight |
The height of the encoding frame (px).
int rendererOutputFrameRate |
The render output frame rate (fps) of the local video.
int targetBitrate |
The target bitrate (Kbps) of the current encoder. This value is estimated 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 encoding bitrate (Kbps), which does not include the bitrate of the re-transmission video after packet loss. Quality change of the local video in terms of target frame rate and target bit rate in this reported interval. See QUALITY_ADAPT_INDICATION.
int encodedBitrate |
int encodedFrameCount |
The value of the sent frames, represented by an aggregate value.
VIDEO_CODEC_TYPE codecType |
The codec type of the local video:
unsigned short txPacketLossRate |
The video packet loss rate (%) from the local client to the Agora edge server before applying the anti-packet loss strategies.