public class TranscodeTotalInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TranscodeTotalInfo() | 
| TranscodeTotalInfo(TranscodeTotalInfo 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 | getDuration()Get 转码时长,单位:分钟。 | 
| String | getModuleCodec()Get 编码方式,带模块,
示例:
liveprocessor_H264 =》直播转码-H264,
liveprocessor_H265 =》 直播转码-H265,
topspeed_H264 =》极速高清-H264,
topspeed_H265 =》极速高清-H265。 | 
| String | getResolution()Get 分辨率,
示例:540*480。 | 
| String | getTime()Get 时间点,
使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。 | 
| void | setDuration(Long Duration)Set 转码时长,单位:分钟。 | 
| void | setModuleCodec(String ModuleCodec)Set 编码方式,带模块,
示例:
liveprocessor_H264 =》直播转码-H264,
liveprocessor_H265 =》 直播转码-H265,
topspeed_H264 =》极速高清-H264,
topspeed_H265 =》极速高清-H265。 | 
| void | setResolution(String Resolution)Set 分辨率,
示例:540*480。 | 
| void | setTime(String Time)Set 时间点,
使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。 | 
| 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, toJsonStringpublic TranscodeTotalInfo()
public TranscodeTotalInfo(TranscodeTotalInfo source)
public String getTime()
public void setTime(String Time)
Time - 时间点,
使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。public Long getDuration()
public void setDuration(Long Duration)
Duration - 转码时长,单位:分钟。public String getModuleCodec()
public void setModuleCodec(String ModuleCodec)
ModuleCodec - 编码方式,带模块,
示例:
liveprocessor_H264 =》直播转码-H264,
liveprocessor_H265 =》 直播转码-H265,
topspeed_H264 =》极速高清-H264,
topspeed_H265 =》极速高清-H265。public String getResolution()
public void setResolution(String Resolution)
Resolution - 分辨率,
示例:540*480。Copyright © 2025. All rights reserved.