public class StatusBean extends RCRTCBaseStatusBean
限定符和类型 | 字段和说明 |
---|---|
String |
id
MediaStreamId
格式:userid+"_"+tag
|
boolean |
isSend
发送类型,true为发送
|
String |
tag
Added from 5.1.8
当前流的标签: 默认音视频 RCRTCStream.TAG_DEFAULT
CDN : RCRTCStream.TAG_CDN
屏幕共享 : RCRTCStream.TAG_SCREEN_SHARE
直播Live : RCRTCStream.TAG_MCU_LIVE
自定义 : 用户设置 |
String |
uid
用户的uid
|
audioLevel, bitRate, codecImplementationName, codecName, firstReceived, frameHeight, frameRate, frameWidth, jitterReceived, mediaType, nacksReceived, packetLostRate, plisReceived, renderDelayMs, rtt, streamType
构造器和说明 |
---|
StatusBean() |
public String id
public boolean isSend
public String uid
public String tag
RCRTCStream.TAG_DEFAULT
RCRTCStream.TAG_CDN
RCRTCStream.TAG_SCREEN_SHARE
RCRTCStream.TAG_MCU_LIVE