Agora Java API Reference for Android
|
#include <NGIAgoraVideoTrack.h>
Public Attributes | |
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 | 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 | width |
int | height |
uint32_t | encoder_type |
uint32_t | uplink_cost_time_ms |
int | tx_packet_loss_rate |
The statistics of the local video track.
uint64_t agora::rtc::LocalVideoTrackStats::number_of_streams |
The number of streams.
uint64_t agora::rtc::LocalVideoTrackStats::bytes_major_stream |
The number of bytes of the major stream.
uint64_t agora::rtc::LocalVideoTrackStats::bytes_minor_stream |
The number of bytes of the minor stream.
uint32_t agora::rtc::LocalVideoTrackStats::frames_encoded |
The number of encoded frames.
uint32_t agora::rtc::LocalVideoTrackStats::ssrc_major_stream |
The SSRC (synchronization source) of the major stream.
uint32_t agora::rtc::LocalVideoTrackStats::ssrc_minor_stream |
The SSRC (synchronization source) of the minor stream.
int agora::rtc::LocalVideoTrackStats::input_frame_rate |
The input frame rate of the encoder.
int agora::rtc::LocalVideoTrackStats::encode_frame_rate |
The output frame rate of the encoder.
int agora::rtc::LocalVideoTrackStats::render_frame_rate |
The rendering frame rate.
int agora::rtc::LocalVideoTrackStats::target_media_bitrate_bps |
The target bitrate (bps).
int agora::rtc::LocalVideoTrackStats::media_bitrate_bps |
The frame rate excluding FEC.
int agora::rtc::LocalVideoTrackStats::total_bitrate_bps |
The total frame rate including FEC.
int agora::rtc::LocalVideoTrackStats::width |
The frame width (pixel).
int agora::rtc::LocalVideoTrackStats::height |
The frame height (pixel).
uint32_t agora::rtc::LocalVideoTrackStats::uplink_cost_time_ms |
The average time diff between frame captured and framed encoded.
int agora::rtc::LocalVideoTrackStats::tx_packet_loss_rate |
The packet loss rate of uplink.