public static class AVChatSessionStats.SimulcastVideo
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
long |
txVideoEncodedBitrate
视频数据编码比特率,kbps
|
int |
txVideoPacketsPerSecond
每秒发送的视频包个数,瞬时值
|
long |
txVideoSentBitrate
视频数据实际发送速率,kbps
|
int |
videoType
视频流类型
|
| 构造器和说明 |
|---|
SimulcastVideo(SessionStats.SimulcastVideo video) |
public int videoType
NRtcConstants.Subscribe#VIDEO_TYPE_HIGH_RES,
NRtcConstants.Subscribe#VIDEO_TYPE_LOW_RESpublic int txVideoPacketsPerSecond
public long txVideoEncodedBitrate
public long txVideoSentBitrate