public class SessionDeviceDetail extends AbstractModel
skipSign
Constructor and Description |
---|
SessionDeviceDetail() |
SessionDeviceDetail(SessionDeviceDetail source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long[] |
getBitRateEstimate()
Get 服务端调控码率,单位:kbps
注意:此字段可能返回 null,表示取不到有效值。
|
Long[] |
getCaptureCost()
Get 采集耗时,单位:ms
注意:此字段可能返回 null,表示取不到有效值。
|
Float[] |
getCpuUsed()
Get CPU使用率,单位:%
|
Long[] |
getDecodeCost()
Get 解码耗时,单位:ms
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDeviceId()
Get 设备ID
|
String |
getDeviceType()
Get 设备类型:field或remote
|
Long[] |
getEncodeCost()
Get 编码耗时,单位:ms
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getEndTime()
Get 结束点位时间,单位:秒
|
Long[] |
getFps()
Get 帧率
|
Long |
getHeight()
Get 高度
注意:此字段可能返回 null,表示取不到有效值。
|
Float[] |
getK100()
Get 卡顿k100
注意:此字段可能返回 null,表示取不到有效值。
|
Float[] |
getK150()
Get 卡顿k150
注意:此字段可能返回 null,表示取不到有效值。
|
Float[] |
getLost()
Get 丢包率,单位:%
|
Float[] |
getMemUsed()
Get 内存使用率,单位:%
|
Long[] |
getNACK()
Get nack请求数
注意:此字段可能返回 null,表示取不到有效值。
|
Long[] |
getNetworkLatency()
Get 网络时延,单位:ms
|
String |
getProjectId()
Get 项目ID
|
Long[] |
getRate()
Get 码率,单位:kbps
|
Long[] |
getRenderConst()
Get 渲染耗时,单位:ms
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSdkMode()
Get 模式(p2p/server)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSessionId()
Get 会话ID
|
Long |
getStartTime()
Get 起始点位时间,单位:秒
|
Long[] |
getTimeOffset()
Get 时间偏移量,单位:秒
|
String |
getVer()
Get sdk版本
注意:此字段可能返回 null,表示取不到有效值。
|
Long[] |
getVideoLatency()
Get 视频时延,单位:ms
|
Long |
getWidth()
Get 宽度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBitRateEstimate(Long[] BitRateEstimate)
Set 服务端调控码率,单位:kbps
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCaptureCost(Long[] CaptureCost)
Set 采集耗时,单位:ms
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCpuUsed(Float[] CpuUsed)
Set CPU使用率,单位:%
|
void |
setDecodeCost(Long[] DecodeCost)
Set 解码耗时,单位:ms
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeviceId(String DeviceId)
Set 设备ID
|
void |
setDeviceType(String DeviceType)
Set 设备类型:field或remote
|
void |
setEncodeCost(Long[] EncodeCost)
Set 编码耗时,单位:ms
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEndTime(Long EndTime)
Set 结束点位时间,单位:秒
|
void |
setFps(Long[] Fps)
Set 帧率
|
void |
setHeight(Long Height)
Set 高度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setK100(Float[] K100)
Set 卡顿k100
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setK150(Float[] K150)
Set 卡顿k150
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLost(Float[] Lost)
Set 丢包率,单位:%
|
void |
setMemUsed(Float[] MemUsed)
Set 内存使用率,单位:%
|
void |
setNACK(Long[] NACK)
Set nack请求数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNetworkLatency(Long[] NetworkLatency)
Set 网络时延,单位:ms
|
void |
setProjectId(String ProjectId)
Set 项目ID
|
void |
setRate(Long[] Rate)
Set 码率,单位:kbps
|
void |
setRenderConst(Long[] RenderConst)
Set 渲染耗时,单位:ms
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSdkMode(String SdkMode)
Set 模式(p2p/server)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSessionId(String SessionId)
Set 会话ID
|
void |
setStartTime(Long StartTime)
Set 起始点位时间,单位:秒
|
void |
setTimeOffset(Long[] TimeOffset)
Set 时间偏移量,单位:秒
|
void |
setVer(String Ver)
Set sdk版本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVideoLatency(Long[] VideoLatency)
Set 视频时延,单位:ms
|
void |
setWidth(Long Width)
Set 宽度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SessionDeviceDetail()
public SessionDeviceDetail(SessionDeviceDetail source)
public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- 设备类型:field或remotepublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 起始点位时间,单位:秒public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 结束点位时间,单位:秒public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- 会话IDpublic Long[] getRate()
public void setRate(Long[] Rate)
Rate
- 码率,单位:kbpspublic Long[] getFps()
public void setFps(Long[] Fps)
Fps
- 帧率public Float[] getLost()
public void setLost(Float[] Lost)
Lost
- 丢包率,单位:%public Long[] getNetworkLatency()
public void setNetworkLatency(Long[] NetworkLatency)
NetworkLatency
- 网络时延,单位:mspublic Long[] getVideoLatency()
public void setVideoLatency(Long[] VideoLatency)
VideoLatency
- 视频时延,单位:mspublic Float[] getCpuUsed()
public void setCpuUsed(Float[] CpuUsed)
CpuUsed
- CPU使用率,单位:%public Float[] getMemUsed()
public void setMemUsed(Float[] MemUsed)
MemUsed
- 内存使用率,单位:%public Long[] getTimeOffset()
public void setTimeOffset(Long[] TimeOffset)
TimeOffset
- 时间偏移量,单位:秒public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目IDpublic String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备IDpublic String getVer()
public void setVer(String Ver)
Ver
- sdk版本
注意:此字段可能返回 null,表示取不到有效值。public String getSdkMode()
public void setSdkMode(String SdkMode)
SdkMode
- 模式(p2p/server)
注意:此字段可能返回 null,表示取不到有效值。public Long[] getDecodeCost()
public void setDecodeCost(Long[] DecodeCost)
DecodeCost
- 解码耗时,单位:ms
注意:此字段可能返回 null,表示取不到有效值。public Long[] getRenderConst()
public void setRenderConst(Long[] RenderConst)
RenderConst
- 渲染耗时,单位:ms
注意:此字段可能返回 null,表示取不到有效值。public Float[] getK100()
public void setK100(Float[] K100)
K100
- 卡顿k100
注意:此字段可能返回 null,表示取不到有效值。public Float[] getK150()
public void setK150(Float[] K150)
K150
- 卡顿k150
注意:此字段可能返回 null,表示取不到有效值。public Long[] getNACK()
public void setNACK(Long[] NACK)
NACK
- nack请求数
注意:此字段可能返回 null,表示取不到有效值。public Long[] getBitRateEstimate()
public void setBitRateEstimate(Long[] BitRateEstimate)
BitRateEstimate
- 服务端调控码率,单位:kbps
注意:此字段可能返回 null,表示取不到有效值。public Long getWidth()
public void setWidth(Long Width)
Width
- 宽度
注意:此字段可能返回 null,表示取不到有效值。public Long getHeight()
public void setHeight(Long Height)
Height
- 高度
注意:此字段可能返回 null,表示取不到有效值。public Long[] getEncodeCost()
public void setEncodeCost(Long[] EncodeCost)
EncodeCost
- 编码耗时,单位:ms
注意:此字段可能返回 null,表示取不到有效值。public Long[] getCaptureCost()
public void setCaptureCost(Long[] CaptureCost)
CaptureCost
- 采集耗时,单位:ms
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.