public class RCRTCBaseStatusBean extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
int |
audioLevel
音频流音量值大小。
|
long |
bitRate
码率大小,单位是 kbps
|
String |
codecImplementationName
编码方式
|
String |
codecName
音视频编码格式: H264 / Opus
|
int |
firstReceived
第一个关键帧是否正常收到
|
int |
frameHeight
视频高
|
int |
frameRate
视频帧率 FPS
|
int |
frameWidth
视频宽
|
int |
jitterReceived
jitter 抖动缓冲接收到的数据
|
String |
mediaType
媒体类型:video/audio
|
String |
nacksReceived
nack 数量
|
long |
packetLostRate
丢包率:取值范围是 0-100
|
String |
plisReceived
(Picture Loss Indication) PLI请求
|
int |
renderDelayMs
接收卡顿延时
|
int |
rtt
往返延时(ms)
|
RCRTCStream.RCRTCType |
streamType
Added from 5.1.8
流类型 |
| 构造器和说明 |
|---|
RCRTCBaseStatusBean() |
public String codecName
public String mediaType
public long packetLostRate
public int frameHeight
public int frameWidth
public int frameRate
public long bitRate
public int rtt
public int audioLevel
public int jitterReceived
public int firstReceived
public int renderDelayMs
public String codecImplementationName
public String nacksReceived
public String plisReceived
public RCRTCStream.RCRTCType streamType