Class TranscodeDetailInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.TranscodeDetailInfo
-
public class TranscodeDetailInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetBitrate()Get 码率。LonggetDuration()Get 转码时长,单位:分钟。 注意:因推流过程中可能有中断重推情况,此处时长为真实转码时长累加值,并非结束时间和开始时间的间隔。StringgetEndTime()Get 结束时间(北京时间),格式:yyyy-mm-dd HH:MM。StringgetMainlandOrOversea()Get 地域: Mainland:国内。 Overseas:海外。StringgetModuleCodec()Get 编码方式,带模块, 示例: liveprocessor_H264:直播转码-H264, liveprocessor_H265: 直播转码-H265, topspeed_H264:极速高清-H264, topspeed_H265:极速高清-H265。StringgetPushDomain()Get 推流域名。StringgetResolution()Get 分辨率。StringgetStartTime()Get 开始时间(北京时间),格式:yyyy-mm-dd HH:MM。StringgetStreamName()Get 流名称。StringgetType()Get 类型,包含:转码(Transcode),混流(MixStream),水印(WaterMark),快直播(Webrtc)。voidsetBitrate(Long Bitrate)Set 码率。voidsetDuration(Long Duration)Set 转码时长,单位:分钟。 注意:因推流过程中可能有中断重推情况,此处时长为真实转码时长累加值,并非结束时间和开始时间的间隔。voidsetEndTime(String EndTime)Set 结束时间(北京时间),格式:yyyy-mm-dd HH:MM。voidsetMainlandOrOversea(String MainlandOrOversea)Set 地域: Mainland:国内。 Overseas:海外。voidsetModuleCodec(String ModuleCodec)Set 编码方式,带模块, 示例: liveprocessor_H264:直播转码-H264, liveprocessor_H265: 直播转码-H265, topspeed_H264:极速高清-H264, topspeed_H265:极速高清-H265。voidsetPushDomain(String PushDomain)Set 推流域名。voidsetResolution(String Resolution)Set 分辨率。voidsetStartTime(String StartTime)Set 开始时间(北京时间),格式:yyyy-mm-dd HH:MM。voidsetStreamName(String StreamName)Set 流名称。voidsetType(String Type)Set 类型,包含:转码(Transcode),混流(MixStream),水印(WaterMark),快直播(Webrtc)。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
TranscodeDetailInfo
public TranscodeDetailInfo()
-
TranscodeDetailInfo
public 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.
-
-
Method Detail
-
getStreamName
public String getStreamName()
Get 流名称。- Returns:
- StreamName 流名称。
-
setStreamName
public void setStreamName(String StreamName)
Set 流名称。- Parameters:
StreamName- 流名称。
-
getStartTime
public String getStartTime()
Get 开始时间(北京时间),格式:yyyy-mm-dd HH:MM。- Returns:
- StartTime 开始时间(北京时间),格式:yyyy-mm-dd HH:MM。
-
setStartTime
public void setStartTime(String StartTime)
Set 开始时间(北京时间),格式:yyyy-mm-dd HH:MM。- Parameters:
StartTime- 开始时间(北京时间),格式:yyyy-mm-dd HH:MM。
-
getEndTime
public String getEndTime()
Get 结束时间(北京时间),格式:yyyy-mm-dd HH:MM。- Returns:
- EndTime 结束时间(北京时间),格式:yyyy-mm-dd HH:MM。
-
setEndTime
public void setEndTime(String EndTime)
Set 结束时间(北京时间),格式:yyyy-mm-dd HH:MM。- Parameters:
EndTime- 结束时间(北京时间),格式:yyyy-mm-dd HH:MM。
-
getDuration
public Long getDuration()
Get 转码时长,单位:分钟。 注意:因推流过程中可能有中断重推情况,此处时长为真实转码时长累加值,并非结束时间和开始时间的间隔。- Returns:
- Duration 转码时长,单位:分钟。 注意:因推流过程中可能有中断重推情况,此处时长为真实转码时长累加值,并非结束时间和开始时间的间隔。
-
setDuration
public void setDuration(Long Duration)
Set 转码时长,单位:分钟。 注意:因推流过程中可能有中断重推情况,此处时长为真实转码时长累加值,并非结束时间和开始时间的间隔。- Parameters:
Duration- 转码时长,单位:分钟。 注意:因推流过程中可能有中断重推情况,此处时长为真实转码时长累加值,并非结束时间和开始时间的间隔。
-
getModuleCodec
public String getModuleCodec()
Get 编码方式,带模块, 示例: liveprocessor_H264:直播转码-H264, liveprocessor_H265: 直播转码-H265, topspeed_H264:极速高清-H264, topspeed_H265:极速高清-H265。- Returns:
- ModuleCodec 编码方式,带模块, 示例: liveprocessor_H264:直播转码-H264, liveprocessor_H265: 直播转码-H265, topspeed_H264:极速高清-H264, topspeed_H265:极速高清-H265。
-
setModuleCodec
public void setModuleCodec(String ModuleCodec)
Set 编码方式,带模块, 示例: liveprocessor_H264:直播转码-H264, liveprocessor_H265: 直播转码-H265, topspeed_H264:极速高清-H264, topspeed_H265:极速高清-H265。- Parameters:
ModuleCodec- 编码方式,带模块, 示例: liveprocessor_H264:直播转码-H264, liveprocessor_H265: 直播转码-H265, topspeed_H264:极速高清-H264, topspeed_H265:极速高清-H265。
-
getBitrate
public Long getBitrate()
Get 码率。- Returns:
- Bitrate 码率。
-
setBitrate
public void setBitrate(Long Bitrate)
Set 码率。- Parameters:
Bitrate- 码率。
-
getType
public String getType()
Get 类型,包含:转码(Transcode),混流(MixStream),水印(WaterMark),快直播(Webrtc)。- Returns:
- Type 类型,包含:转码(Transcode),混流(MixStream),水印(WaterMark),快直播(Webrtc)。
-
setType
public void setType(String Type)
Set 类型,包含:转码(Transcode),混流(MixStream),水印(WaterMark),快直播(Webrtc)。- Parameters:
Type- 类型,包含:转码(Transcode),混流(MixStream),水印(WaterMark),快直播(Webrtc)。
-
getPushDomain
public String getPushDomain()
Get 推流域名。- Returns:
- PushDomain 推流域名。
-
setPushDomain
public void setPushDomain(String PushDomain)
Set 推流域名。- Parameters:
PushDomain- 推流域名。
-
getResolution
public String getResolution()
Get 分辨率。- Returns:
- Resolution 分辨率。
-
setResolution
public void setResolution(String Resolution)
Set 分辨率。- Parameters:
Resolution- 分辨率。
-
getMainlandOrOversea
public String getMainlandOrOversea()
Get 地域: Mainland:国内。 Overseas:海外。- Returns:
- MainlandOrOversea 地域: Mainland:国内。 Overseas:海外。
-
setMainlandOrOversea
public void setMainlandOrOversea(String MainlandOrOversea)
Set 地域: Mainland:国内。 Overseas:海外。- Parameters:
MainlandOrOversea- 地域: Mainland:国内。 Overseas:海外。
-
-