public class AVChatSessionStats
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AVChatSessionStats.SimulcastVideo
Stats for published video streams (published and subscribed video streams)
|
Modifier and Type | Field and Description |
---|---|
long |
appCpuFreq
Get the current CPU frequency in Khz, an instantaneous value (KHz)
|
int |
appCpuRate
Deprecated.
Android 8.0 or later does not support the method. SDK will not provide the functionality.
|
long |
appMemoryUse
Memory usage by the current application (MB)
|
int |
audioFreeze
Audio freeze ratio Periodic stats, reporting the frame freeze ratio of the session at the end
|
int |
audioGapPacket
The number of audio freeze packets.
|
int |
audioTotalPacket
The number of total audio packets.
|
int |
rxAudioPacketsPerSecond
The number of audio packets received per second, an instantaneous value
|
long |
rxBytes
The number of bytes received (bytes)
|
int |
rxVideoPacketsPerSecond
The number of video packets received per second, an instantaneous value
|
long |
sessionDuration
Session duration
|
java.util.ArrayList<AVChatSessionStats.SimulcastVideo> |
simulcastVideos
Stats for published video streams (published and subscribed video streams)
|
int |
sysCpuRate
Deprecated.
Android 8.0 or later does not support the method. SDK will not provide the functionality.
|
long |
sysMemoryAvailable
Current available memory (MB)
|
int |
txAudioEncodedBitrate
Audio encoding bitrate in kbps
|
int |
txAudioPacketsPerSecond
The number of audio packets sent per second, an instantaneous value
|
long |
txAudioSentBitrate
The actual bitrate for sending audio data in kbps
|
long |
txBytes
The number of bytes sent (bytes)
|
Constructor and Description |
---|
AVChatSessionStats() |
Modifier and Type | Method and Description |
---|---|
static AVChatSessionStats |
fork(SessionStats sessionStats) |
boolean |
isSessionStopped() |
public int audioFreeze
public int audioGapPacket
public int audioTotalPacket
public long rxBytes
public long txBytes
public int rxVideoPacketsPerSecond
public int rxAudioPacketsPerSecond
public int txAudioPacketsPerSecond
public int txAudioEncodedBitrate
public long txAudioSentBitrate
public long appCpuFreq
public long appMemoryUse
public long sysMemoryAvailable
public long sessionDuration
@Deprecated public int sysCpuRate
@Deprecated public int appCpuRate
public java.util.ArrayList<AVChatSessionStats.SimulcastVideo> simulcastVideos
public boolean isSessionStopped()
public static AVChatSessionStats fork(SessionStats sessionStats)