public class TranscodeDetailInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TranscodeDetailInfo() | 
| TranscodeDetailInfo(TranscodeDetailInfo 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 | getBitrate()Get 码率。 | 
| Long | getDuration()Get 转码时长,单位:分钟。
注意:因推流过程中可能有中断重推情况,此处时长为真实转码时长累加值,并非结束时间和开始时间的间隔。 | 
| String | getEndTime()Get 结束时间(北京时间),格式:yyyy-mm-dd HH:MM。 | 
| String | getMainlandOrOversea()Get 地域:
Mainland:国内。
Overseas:海外。 | 
| String | getModuleCodec()Get 编码方式,带模块,
示例:
liveprocessor_ACC:  音频转码,
liveprocessor_H264:直播转码-H264,
liveprocessor_H265: 直播转码-H265,
topspeed_H264:极速高清-H264,
topspeed_H265:极速高清-H265。 | 
| String | getPushDomain()Get 推流域名。 | 
| String | getResolution()Get 分辨率。 | 
| String | getStartTime()Get 开始时间(北京时间),格式:yyyy-mm-dd HH:MM。 | 
| String | getStreamName()Get 流名称。 | 
| String | getType()Get 类型,包含:转码(Transcode),混流(MixStream),水印(WaterMark),快直播(Webrtc)。 | 
| void | setBitrate(Long Bitrate)Set 码率。 | 
| void | setDuration(Long Duration)Set 转码时长,单位:分钟。
注意:因推流过程中可能有中断重推情况,此处时长为真实转码时长累加值,并非结束时间和开始时间的间隔。 | 
| void | setEndTime(String EndTime)Set 结束时间(北京时间),格式:yyyy-mm-dd HH:MM。 | 
| void | setMainlandOrOversea(String MainlandOrOversea)Set 地域:
Mainland:国内。
Overseas:海外。 | 
| void | setModuleCodec(String ModuleCodec)Set 编码方式,带模块,
示例:
liveprocessor_ACC:  音频转码,
liveprocessor_H264:直播转码-H264,
liveprocessor_H265: 直播转码-H265,
topspeed_H264:极速高清-H264,
topspeed_H265:极速高清-H265。 | 
| void | setPushDomain(String PushDomain)Set 推流域名。 | 
| void | setResolution(String Resolution)Set 分辨率。 | 
| void | setStartTime(String StartTime)Set 开始时间(北京时间),格式:yyyy-mm-dd HH:MM。 | 
| void | setStreamName(String StreamName)Set 流名称。 | 
| void | setType(String Type)Set 类型,包含:转码(Transcode),混流(MixStream),水印(WaterMark),快直播(Webrtc)。 | 
| 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 TranscodeDetailInfo()
public TranscodeDetailInfo(TranscodeDetailInfo source)
public String getStreamName()
public void setStreamName(String StreamName)
StreamName - 流名称。public String getStartTime()
public void setStartTime(String StartTime)
StartTime - 开始时间(北京时间),格式:yyyy-mm-dd HH:MM。public String getEndTime()
public void setEndTime(String EndTime)
EndTime - 结束时间(北京时间),格式:yyyy-mm-dd HH:MM。public Long getDuration()
public void setDuration(Long Duration)
Duration - 转码时长,单位:分钟。
注意:因推流过程中可能有中断重推情况,此处时长为真实转码时长累加值,并非结束时间和开始时间的间隔。public String getModuleCodec()
public void setModuleCodec(String ModuleCodec)
ModuleCodec - 编码方式,带模块,
示例:
liveprocessor_ACC:  音频转码,
liveprocessor_H264:直播转码-H264,
liveprocessor_H265: 直播转码-H265,
topspeed_H264:极速高清-H264,
topspeed_H265:极速高清-H265。public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate - 码率。public String getType()
public void setType(String Type)
Type - 类型,包含:转码(Transcode),混流(MixStream),水印(WaterMark),快直播(Webrtc)。public String getPushDomain()
public void setPushDomain(String PushDomain)
PushDomain - 推流域名。public String getResolution()
public void setResolution(String Resolution)
Resolution - 分辨率。public String getMainlandOrOversea()
public void setMainlandOrOversea(String MainlandOrOversea)
MainlandOrOversea - 地域:
Mainland:国内。
Overseas:海外。Copyright © 2025. All rights reserved.