public class TranscodeTotalInfo extends AbstractModel
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 时间点,北京时间,
示例:2019-03-01 00:00:00。
|
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 时间点,北京时间,
示例:2019-03-01 00:00:00。
|
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 TranscodeTotalInfo()
public TranscodeTotalInfo(TranscodeTotalInfo source)
public String getTime()
public void setTime(String Time)
Time
- 时间点,北京时间,
示例:2019-03-01 00:00:00。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 © 2022. All rights reserved.