On-premise Recording SDK v3.0.6 API Reference for Linux (C++)
|
Public Member Functions |
|
RecordingStats () | |
Public Attributes |
|
uint32_t | duration |
uint32_t | rxBytes |
uint32_t | rxKBitRate |
uint32_t | rxAudioKBitRate |
uint32_t | rxVideoKBitRate |
uint32_t | lastmileDelay |
uint32_t | userCount |
double | cpuAppUsage |
double | cpuTotalUsage |
The statistics of IRecordingEngine.
|
inline |
uint32_t agora::linuxsdk::RecordingStats::duration |
The length of time (s) when the recording server is in the channel, represented by an aggregate value.
uint32_t agora::linuxsdk::RecordingStats::rxBytes |
The total number of received bytes, represented by an aggregate value.
uint32_t agora::linuxsdk::RecordingStats::rxKBitRate |
The receiving bitrate (Kbps), represented by an instantaneous value.
uint32_t agora::linuxsdk::RecordingStats::rxAudioKBitRate |
The receiving bitrate (Kbps) of audio, represented by an instantaneous value.
uint32_t agora::linuxsdk::RecordingStats::rxVideoKBitRate |
The receiving bitrate (Kbps) of video, represented by an instantaneous value.
uint32_t agora::linuxsdk::RecordingStats::lastmileDelay |
The latency (ms) between the recording client and the Agora server.
uint32_t agora::linuxsdk::RecordingStats::userCount |
The number of users in the channel.
double agora::linuxsdk::RecordingStats::cpuAppUsage |
Application CPU usage (%).
double agora::linuxsdk::RecordingStats::cpuTotalUsage |
System CPU usage (%).