Agora Java API Reference for Android
|
#include <AgoraBase.h>
Public Attributes | |
unsigned int | duration |
unsigned int | txBytes |
unsigned int | rxBytes |
unsigned int | txAudioBytes |
unsigned int | txVideoBytes |
unsigned int | rxAudioBytes |
unsigned int | rxVideoBytes |
unsigned short | txKBitRate |
unsigned short | rxKBitRate |
unsigned short | rxAudioKBitRate |
unsigned short | txAudioKBitRate |
unsigned short | rxVideoKBitRate |
unsigned short | txVideoKBitRate |
unsigned short | lastmileDelay |
unsigned int | userCount |
double | cpuAppUsage |
double | cpuTotalUsage |
double | memoryAppUsageRatio |
double | memoryTotalUsageRatio |
int | memoryAppUsageInKbytes |
int | connectTimeMs |
int | firstAudioPacketDuration |
int | firstVideoPacketDuration |
int | firstVideoKeyFramePacketDuration |
int | packetsBeforeFirstKeyFramePacket |
int | firstAudioPacketDurationAfterUnmute |
int | firstVideoPacketDurationAfterUnmute |
int | firstVideoKeyFramePacketDurationAfterUnmute |
int | firstVideoKeyFrameDecodedDurationAfterUnmute |
int | firstVideoKeyFrameRenderedDurationAfterUnmute |
int | txPacketLossRate |
int | rxPacketLossRate |
The definition of the RtcStats struct.
unsigned int agora::rtc::RtcStats::duration |
The call duration (s), represented by an aggregate value.
unsigned int agora::rtc::RtcStats::txBytes |
The total number of bytes transmitted, represented by an aggregate value.
unsigned int agora::rtc::RtcStats::rxBytes |
The total number of bytes received, represented by an aggregate value.
unsigned int agora::rtc::RtcStats::txAudioBytes |
The total number of audio bytes sent (bytes), represented by an aggregate value.
unsigned int agora::rtc::RtcStats::txVideoBytes |
The total number of video bytes sent (bytes), represented by an aggregate value.
unsigned int agora::rtc::RtcStats::rxAudioBytes |
The total number of audio bytes received (bytes), represented by an aggregate value.
unsigned int agora::rtc::RtcStats::rxVideoBytes |
The total number of video bytes received (bytes), represented by an aggregate value.
unsigned short agora::rtc::RtcStats::txKBitRate |
The transmission bitrate (Kbps), represented by an instantaneous value.
unsigned short agora::rtc::RtcStats::rxKBitRate |
The receiving bitrate (Kbps), represented by an instantaneous value.
unsigned short agora::rtc::RtcStats::rxAudioKBitRate |
Audio receiving bitrate (Kbps), represented by an instantaneous value.
unsigned short agora::rtc::RtcStats::txAudioKBitRate |
The audio transmission bitrate (Kbps), represented by an instantaneous value.
unsigned short agora::rtc::RtcStats::rxVideoKBitRate |
The video receive bitrate (Kbps), represented by an instantaneous value.
unsigned short agora::rtc::RtcStats::txVideoKBitRate |
The video transmission bitrate (Kbps), represented by an instantaneous value.
unsigned short agora::rtc::RtcStats::lastmileDelay |
The VOS client-server latency (ms).
unsigned int agora::rtc::RtcStats::userCount |
The number of users in the channel.
double agora::rtc::RtcStats::cpuAppUsage |
The app CPU usage (%).
double agora::rtc::RtcStats::cpuTotalUsage |
The system CPU usage (%).
double agora::rtc::RtcStats::memoryAppUsageRatio |
The memory usage ratio of the app (%).
double agora::rtc::RtcStats::memoryTotalUsageRatio |
The memory usage ratio of the system (%).
int agora::rtc::RtcStats::memoryAppUsageInKbytes |
The memory usage of the app (KB).
int agora::rtc::RtcStats::connectTimeMs |
The time elapsed from the when the app starts connecting to an Agora channel to when the connection is established. 0 indicates that this member does not apply.
int agora::rtc::RtcStats::firstAudioPacketDuration |
The duration (ms) between the app starting connecting to an Agora channel and the first audio packet is received. 0 indicates that this member does not apply.
int agora::rtc::RtcStats::firstVideoPacketDuration |
The duration (ms) between the app starting connecting to an Agora channel and the first video packet is received. 0 indicates that this member does not apply.
int agora::rtc::RtcStats::firstVideoKeyFramePacketDuration |
The duration (ms) between the app starting connecting to an Agora channel and the first video key frame is received. 0 indicates that this member does not apply.
int agora::rtc::RtcStats::packetsBeforeFirstKeyFramePacket |
The number of video packets before the first video key frame is received. 0 indicates that this member does not apply.
int agora::rtc::RtcStats::firstAudioPacketDurationAfterUnmute |
The duration (ms) between the last time unmute audio and the first audio packet is received. 0 indicates that this member does not apply.
int agora::rtc::RtcStats::firstVideoPacketDurationAfterUnmute |
The duration (ms) between the last time unmute video and the first video packet is received. 0 indicates that this member does not apply.
int agora::rtc::RtcStats::firstVideoKeyFramePacketDurationAfterUnmute |
The duration (ms) between the last time unmute video and the first video key frame is received. 0 indicates that this member does not apply.
int agora::rtc::RtcStats::firstVideoKeyFrameDecodedDurationAfterUnmute |
The duration (ms) between the last time unmute video and the first video key frame is decoded. 0 indicates that this member does not apply.
int agora::rtc::RtcStats::firstVideoKeyFrameRenderedDurationAfterUnmute |
The duration (ms) between the last time unmute video and the first video key frame is rendered. 0 indicates that this member does not apply.
int agora::rtc::RtcStats::txPacketLossRate |
The packet loss rate of sender(broadcaster).
int agora::rtc::RtcStats::rxPacketLossRate |
The packet loss rate of receiver(audience).