public class StatsInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
bitrate
The calculated bitrate of the bytes received over the network
|
java.lang.String |
cpu
CPU usage of the remote device
|
long |
fps
The frame rate of the decoded video
|
java.lang.String |
gpu
GPU usage of the remote device
|
int |
packetLost
The number of discarded packets
|
long |
rtt
The round-trip event to STUN
|
Constructor and Description |
---|
StatsInfo(java.lang.String cpu,
java.lang.String gpu,
long fps,
long rtt,
long bitrate,
int packetLost) |
public java.lang.String cpu
public java.lang.String gpu
public long fps
public long rtt
public long bitrate
public int packetLost