Agora Java API Reference for Android
Public Attributes | List of all members
agora::rtc::LocalVideoTrackStats Struct Reference

#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
 

Detailed Description

The statistics of the local video track.

Member Data Documentation

◆ number_of_streams

uint64_t agora::rtc::LocalVideoTrackStats::number_of_streams

The number of streams.

◆ bytes_major_stream

uint64_t agora::rtc::LocalVideoTrackStats::bytes_major_stream

The number of bytes of the major stream.

◆ bytes_minor_stream

uint64_t agora::rtc::LocalVideoTrackStats::bytes_minor_stream

The number of bytes of the minor stream.

◆ frames_encoded

uint32_t agora::rtc::LocalVideoTrackStats::frames_encoded

The number of encoded frames.

◆ ssrc_major_stream

uint32_t agora::rtc::LocalVideoTrackStats::ssrc_major_stream

The SSRC (synchronization source) of the major stream.

◆ ssrc_minor_stream

uint32_t agora::rtc::LocalVideoTrackStats::ssrc_minor_stream

The SSRC (synchronization source) of the minor stream.

◆ input_frame_rate

int agora::rtc::LocalVideoTrackStats::input_frame_rate

The input frame rate of the encoder.

◆ encode_frame_rate

int agora::rtc::LocalVideoTrackStats::encode_frame_rate

The output frame rate of the encoder.

◆ render_frame_rate

int agora::rtc::LocalVideoTrackStats::render_frame_rate

The rendering frame rate.

◆ target_media_bitrate_bps

int agora::rtc::LocalVideoTrackStats::target_media_bitrate_bps

The target bitrate (bps).

◆ media_bitrate_bps

int agora::rtc::LocalVideoTrackStats::media_bitrate_bps

The frame rate excluding FEC.

◆ total_bitrate_bps

int agora::rtc::LocalVideoTrackStats::total_bitrate_bps

The total frame rate including FEC.

◆ width

int agora::rtc::LocalVideoTrackStats::width

The frame width (pixel).

◆ height

int agora::rtc::LocalVideoTrackStats::height

The frame height (pixel).

◆ uplink_cost_time_ms

uint32_t agora::rtc::LocalVideoTrackStats::uplink_cost_time_ms

The average time diff between frame captured and framed encoded.

◆ tx_packet_loss_rate

int agora::rtc::LocalVideoTrackStats::tx_packet_loss_rate

The packet loss rate of uplink.