Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
uint64_t | number_of_streams |
uint64_t | bytes_major_stream |
uint64_t | bytes_minor_stream |
uint32_t | frames_encoded |
uint32_t | ssrc_major_stream |
uint32_t | ssrc_minor_stream |
int | capture_frame_rate |
int | regulated_capture_frame_rate |
int | input_frame_rate |
int | encode_frame_rate |
int | render_frame_rate |
int | target_media_bitrate_bps |
int | media_bitrate_bps |
int | total_bitrate_bps |
int | capture_width |
int | capture_height |
int | regulated_capture_width |
int | regulated_capture_height |
int | width |
int | height |
uint32_t | uplink_cost_time_ms |
QUALITY_ADAPT_INDICATION | quality_adapt_indication |
unsigned short | txPacketLossRate |
CAPTURE_BRIGHTNESS_LEVEL_TYPE | capture_brightness_level |
The statistics of the local video track.
|
inline |
uint64_t number_of_streams |
The number of streams.
uint64_t bytes_major_stream |
The number of bytes of the major stream.
uint64_t bytes_minor_stream |
The number of bytes of the minor stream.
uint32_t frames_encoded |
The number of encoded frames.
uint32_t ssrc_major_stream |
The SSRC (synchronization source) of the major stream.
uint32_t ssrc_minor_stream |
The SSRC (synchronization source) of the minor stream.
int capture_frame_rate |
The capture frame rate of the video.
int regulated_capture_frame_rate |
The regulated frame rate of capture frame rate according to video encoder configuration.
int input_frame_rate |
The input frame rate of the encoder.
int encode_frame_rate |
The output frame rate of the encoder.
int render_frame_rate |
The rendering frame rate.
int target_media_bitrate_bps |
The target bitrate (bps).
int media_bitrate_bps |
The frame rate excluding FEC.
int total_bitrate_bps |
The total frame rate including FEC.
int capture_width |
The capture frame width (pixel).
int capture_height |
The capture frame height (pixel).
int regulated_capture_width |
The regulated frame width (pixel) of capture frame width according to video encoder configuration.
int regulated_capture_height |
The regulated frame height (pixel) of capture frame height according to video encoder configuration.
int width |
The frame width (pixel).
int height |
The frame height (pixel).
uint32_t encoder_type |
uint32_t hw_encoder_accelerating |
uint32_t uplink_cost_time_ms |
The average time diff between frame captured and framed encoded.
QUALITY_ADAPT_INDICATION quality_adapt_indication |
Quality change of the local video in terms of target frame rate and target bit rate in this reported interval. See QUALITY_ADAPT_INDICATION.
unsigned short txPacketLossRate |
The video packet loss rate (%) from the local client to the Agora edge server before applying the anti-packet loss strategies.
CAPTURE_BRIGHTNESS_LEVEL_TYPE capture_brightness_level |
The brightness level of the video image captured by the local camera. See CAPTURE_BRIGHTNESS_LEVEL_TYPE.