public class DescribeTranscodeDetailInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeTranscodeDetailInfo()  | 
DescribeTranscodeDetailInfo(DescribeTranscodeDetailInfo 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 The target bitrate (Kbps). 
 | 
String | 
getChannelId()
Get The channel ID. 
 | 
Long | 
getDuration()
Get The duration (s) of transcoding. 
 | 
String | 
getEndTime()
Get The end time (UTC+8) of transcoding in the format of yyyy-MM-dd HH:mm:ss. 
 | 
String | 
getModuleCodec()
Get The encoding method. 
 | 
String | 
getPushDomain()
Get The push domain name. 
 | 
String | 
getResolution()
Get The target resolution. 
 | 
String | 
getStartTime()
Get The start time (UTC+8) of transcoding in the format of yyyy-MM-dd HH:mm:ss. 
 | 
String | 
getType()
Get The transcoding type. 
 | 
void | 
setBitrate(Long Bitrate)
Set The target bitrate (Kbps). 
 | 
void | 
setChannelId(String ChannelId)
Set The channel ID. 
 | 
void | 
setDuration(Long Duration)
Set The duration (s) of transcoding. 
 | 
void | 
setEndTime(String EndTime)
Set The end time (UTC+8) of transcoding in the format of yyyy-MM-dd HH:mm:ss. 
 | 
void | 
setModuleCodec(String ModuleCodec)
Set The encoding method. 
 | 
void | 
setPushDomain(String PushDomain)
Set The push domain name. 
 | 
void | 
setResolution(String Resolution)
Set The target resolution. 
 | 
void | 
setStartTime(String StartTime)
Set The start time (UTC+8) of transcoding in the format of yyyy-MM-dd HH:mm:ss. 
 | 
void | 
setType(String Type)
Set The transcoding type. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeTranscodeDetailInfo()
public DescribeTranscodeDetailInfo(DescribeTranscodeDetailInfo source)
public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId - The channel ID.public String getStartTime()
public void setStartTime(String StartTime)
StartTime - The start time (UTC+8) of transcoding in the format of yyyy-MM-dd HH:mm:ss.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - The end time (UTC+8) of transcoding in the format of yyyy-MM-dd HH:mm:ss.public Long getDuration()
public void setDuration(Long Duration)
Duration - The duration (s) of transcoding.public String getModuleCodec()
public void setModuleCodec(String ModuleCodec)
ModuleCodec - The encoding method.
Examples:
`liveprocessor_H264`: Live transcoding-H264
`liveprocessor_H265`: Live transcoding-H265
`topspeed_H264`: Top speed codec-H264
`topspeed_H265`: Top speed codec-H265public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate - The target bitrate (Kbps).public String getType()
public void setType(String Type)
Type - The transcoding type.public String getPushDomain()
public void setPushDomain(String PushDomain)
PushDomain - The push domain name.public String getResolution()
public void setResolution(String Resolution)
Resolution - The target resolution.Copyright © 2025. All rights reserved.