public class PushQualityData extends AbstractModel
Constructor and Description |
---|
PushQualityData() |
Modifier and Type | Method and Description |
---|---|
String |
getACodec()
Get Audio codec.
|
String |
getAppName()
Get Push path.
|
Long |
getAudioFps()
Get Audio frame rate.
|
Long |
getAudioRate()
Get Audio bitrate in bps.
|
Long |
getAudioTs()
Get Audio elapsed time in milliseconds.
|
String |
getBeginPushTime()
Get Push start time in the format of `%Y-%m-%d %H:%M:%S.%ms` and accurate down to the millisecond level.
|
String |
getClientIp()
Get Push client IP.
|
Long |
getLocalTs()
Get Local elapsed time in milliseconds.
|
Long |
getMateFps()
Get Frame rate in `metadata`.
|
Long |
getMetaAudioRate()
Get Audio bitrate in `metadata` in Kbps.
|
Long |
getMetaVideoRate()
Get Video bitrate in `metadata` in Kbps.
|
String |
getPushDomain()
Get Push domain name.
|
String |
getResolution()
Get Resolution information.
|
String |
getSequence()
Get Push serial number, which uniquely identifies a push.
|
String |
getTime()
Get Data time in the format of `%Y-%m-%d %H:%M:%S.%ms` and accurate down to the millisecond level.
|
String |
getVCodec()
Get Video codec.
|
Long |
getVideoFps()
Get Video frame rate.
|
Long |
getVideoRate()
Get Video bitrate in bps.
|
Long |
getVideoTs()
Get Video elapsed time in milliseconds.
|
void |
setACodec(String ACodec)
Set Audio codec.
|
void |
setAppName(String AppName)
Set Push path.
|
void |
setAudioFps(Long AudioFps)
Set Audio frame rate.
|
void |
setAudioRate(Long AudioRate)
Set Audio bitrate in bps.
|
void |
setAudioTs(Long AudioTs)
Set Audio elapsed time in milliseconds.
|
void |
setBeginPushTime(String BeginPushTime)
Set Push start time in the format of `%Y-%m-%d %H:%M:%S.%ms` and accurate down to the millisecond level.
|
void |
setClientIp(String ClientIp)
Set Push client IP.
|
void |
setLocalTs(Long LocalTs)
Set Local elapsed time in milliseconds.
|
void |
setMateFps(Long MateFps)
Set Frame rate in `metadata`.
|
void |
setMetaAudioRate(Long MetaAudioRate)
Set Audio bitrate in `metadata` in Kbps.
|
void |
setMetaVideoRate(Long MetaVideoRate)
Set Video bitrate in `metadata` in Kbps.
|
void |
setPushDomain(String PushDomain)
Set Push domain name.
|
void |
setResolution(String Resolution)
Set Resolution information.
|
void |
setSequence(String Sequence)
Set Push serial number, which uniquely identifies a push.
|
void |
setTime(String Time)
Set Data time in the format of `%Y-%m-%d %H:%M:%S.%ms` and accurate down to the millisecond level.
|
void |
setVCodec(String VCodec)
Set Video codec.
|
void |
setVideoFps(Long VideoFps)
Set Video frame rate.
|
void |
setVideoRate(Long VideoRate)
Set Video bitrate in bps.
|
void |
setVideoTs(Long VideoTs)
Set Video elapsed time in milliseconds.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getTime()
public void setTime(String Time)
Time
- Data time in the format of `%Y-%m-%d %H:%M:%S.%ms` and accurate down to the millisecond level.public String getPushDomain()
public void setPushDomain(String PushDomain)
PushDomain
- Push domain name.public String getAppName()
public void setAppName(String AppName)
AppName
- Push path.public String getClientIp()
public void setClientIp(String ClientIp)
ClientIp
- Push client IP.public String getBeginPushTime()
public void setBeginPushTime(String BeginPushTime)
BeginPushTime
- Push start time in the format of `%Y-%m-%d %H:%M:%S.%ms` and accurate down to the millisecond level.public String getResolution()
public void setResolution(String Resolution)
Resolution
- Resolution information.public String getVCodec()
public void setVCodec(String VCodec)
VCodec
- Video codec.public String getACodec()
public void setACodec(String ACodec)
ACodec
- Audio codec.public String getSequence()
public void setSequence(String Sequence)
Sequence
- Push serial number, which uniquely identifies a push.public Long getVideoFps()
public void setVideoFps(Long VideoFps)
VideoFps
- Video frame rate.public Long getVideoRate()
public void setVideoRate(Long VideoRate)
VideoRate
- Video bitrate in bps.public Long getAudioFps()
public void setAudioFps(Long AudioFps)
AudioFps
- Audio frame rate.public Long getAudioRate()
public void setAudioRate(Long AudioRate)
AudioRate
- Audio bitrate in bps.public Long getLocalTs()
public void setLocalTs(Long LocalTs)
LocalTs
- Local elapsed time in milliseconds. The greater the difference between audio/video elapsed time and local elapsed time, the poorer the push quality and the more serious the upstream lag.public Long getVideoTs()
public void setVideoTs(Long VideoTs)
VideoTs
- Video elapsed time in milliseconds.public Long getAudioTs()
public void setAudioTs(Long AudioTs)
AudioTs
- Audio elapsed time in milliseconds.public Long getMetaVideoRate()
public void setMetaVideoRate(Long MetaVideoRate)
MetaVideoRate
- Video bitrate in `metadata` in Kbps.public Long getMetaAudioRate()
public void setMetaAudioRate(Long MetaAudioRate)
MetaAudioRate
- Audio bitrate in `metadata` in Kbps.public Long getMateFps()
public void setMateFps(Long MateFps)
MateFps
- Frame rate in `metadata`.Copyright © 2020. All rights reserved.