public class SdkAppIdTrtcMcuTranscodeTimeUsage extends AbstractModel
header, skipSign
Constructor and Description |
---|
SdkAppIdTrtcMcuTranscodeTimeUsage() |
SdkAppIdTrtcMcuTranscodeTimeUsage(SdkAppIdTrtcMcuTranscodeTimeUsage 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 |
getAudioTime()
Get 语音时长,单位:秒。
|
Float |
getFlux()
Get 带宽,单位:Mbps。
|
String |
getTimeKey()
Get 本组数据对应的时间点,格式如:2020-09-07或2020-09-07 00:05:05。
|
Long |
getVideoTimeFhd()
Get 视频时长-全高清FHD,单位:秒。
|
Long |
getVideoTimeHd()
Get 视频时长-高清HD,单位:秒。
|
Long |
getVideoTimeSd()
Get 视频时长-标清SD,单位:秒。
|
void |
setAudioTime(Long AudioTime)
Set 语音时长,单位:秒。
|
void |
setFlux(Float Flux)
Set 带宽,单位:Mbps。
|
void |
setTimeKey(String TimeKey)
Set 本组数据对应的时间点,格式如:2020-09-07或2020-09-07 00:05:05。
|
void |
setVideoTimeFhd(Long VideoTimeFhd)
Set 视频时长-全高清FHD,单位:秒。
|
void |
setVideoTimeHd(Long VideoTimeHd)
Set 视频时长-高清HD,单位:秒。
|
void |
setVideoTimeSd(Long VideoTimeSd)
Set 视频时长-标清SD,单位:秒。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SdkAppIdTrtcMcuTranscodeTimeUsage()
public SdkAppIdTrtcMcuTranscodeTimeUsage(SdkAppIdTrtcMcuTranscodeTimeUsage source)
public String getTimeKey()
public void setTimeKey(String TimeKey)
TimeKey
- 本组数据对应的时间点,格式如:2020-09-07或2020-09-07 00:05:05。public Long getAudioTime()
public void setAudioTime(Long AudioTime)
AudioTime
- 语音时长,单位:秒。public Long getVideoTimeSd()
public void setVideoTimeSd(Long VideoTimeSd)
VideoTimeSd
- 视频时长-标清SD,单位:秒。public Long getVideoTimeHd()
public void setVideoTimeHd(Long VideoTimeHd)
VideoTimeHd
- 视频时长-高清HD,单位:秒。public Long getVideoTimeFhd()
public void setVideoTimeFhd(Long VideoTimeFhd)
VideoTimeFhd
- 视频时长-全高清FHD,单位:秒。public Float getFlux()
public void setFlux(Float Flux)
Flux
- 带宽,单位:Mbps。Copyright © 2024. All rights reserved.