public static class AVChatSessionStats.SimulcastVideo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
txVideoEncodedBitrate
Video data encoding bitrate in kbps
|
int |
txVideoPacketsPerSecond
The number of video packets sent per second, an instantaneous value
|
long |
txVideoSentBitrate
The actual bitrate for sending video data in kbps
|
int |
videoType
Video stream type
|
Constructor and Description |
---|
SimulcastVideo(SessionStats.SimulcastVideo video) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object right) |
int |
hashCode() |
public int videoType
NRtcConstants.Subscribe#VIDEO_TYPE_HIGH_RES
,
NRtcConstants.Subscribe#VIDEO_TYPE_LOW_RES
public int txVideoPacketsPerSecond
public long txVideoEncodedBitrate
public long txVideoSentBitrate