public class AdaptiveDynamicStreamingTemplate extends AbstractModel
Constructor and Description |
---|
AdaptiveDynamicStreamingTemplate() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Get Description of an adaptive bitrate streaming template.
|
String |
getCreateTime()
Get Creation time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
Long |
getDefinition()
Get Unique ID of an adaptive bitrate streaming template.
|
Long |
getDisableHigherVideoBitrate()
Get Whether to prohibit transcoding from low bitrate to high bitrate.
|
Long |
getDisableHigherVideoResolution()
Get Whether to prohibit transcoding from low resolution to high resolution.
|
String |
getFormat()
Get Adaptive bitrate streaming format.
|
String |
getName()
Get Name of an adaptive bitrate streaming template.
|
AdaptiveStreamTemplate[] |
getStreamInfos()
Get Parameter information of input streams for transcoding to adaptive bitrate streaming.
|
String |
getType()
Get Template type.
|
String |
getUpdateTime()
Get Last modified time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
void |
setComment(String Comment)
Set Description of an adaptive bitrate streaming template.
|
void |
setCreateTime(String CreateTime)
Set Creation time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
void |
setDefinition(Long Definition)
Set Unique ID of an adaptive bitrate streaming template.
|
void |
setDisableHigherVideoBitrate(Long DisableHigherVideoBitrate)
Set Whether to prohibit transcoding from low bitrate to high bitrate.
|
void |
setDisableHigherVideoResolution(Long DisableHigherVideoResolution)
Set Whether to prohibit transcoding from low resolution to high resolution.
|
void |
setFormat(String Format)
Set Adaptive bitrate streaming format.
|
void |
setName(String Name)
Set Name of an adaptive bitrate streaming template.
|
void |
setStreamInfos(AdaptiveStreamTemplate[] StreamInfos)
Set Parameter information of input streams for transcoding to adaptive bitrate streaming.
|
void |
setType(String Type)
Set Template type.
|
void |
setUpdateTime(String UpdateTime)
Set Last modified time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
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 Long getDefinition()
public void setDefinition(Long Definition)
Definition
- Unique ID of an adaptive bitrate streaming template.public String getType()
public void setType(String Type)
Type
- Template type. Valid values:
public String getName()
public void setName(String Name)
Name
- Name of an adaptive bitrate streaming template.public String getComment()
public void setComment(String Comment)
Comment
- Description of an adaptive bitrate streaming template.public String getFormat()
public void setFormat(String Format)
Format
- Adaptive bitrate streaming format. Valid values:
public AdaptiveStreamTemplate[] getStreamInfos()
public void setStreamInfos(AdaptiveStreamTemplate[] StreamInfos)
StreamInfos
- Parameter information of input streams for transcoding to adaptive bitrate streaming. Up to 10 streams can be input.public Long getDisableHigherVideoBitrate()
public void setDisableHigherVideoBitrate(Long DisableHigherVideoBitrate)
DisableHigherVideoBitrate
- Whether to prohibit transcoding from low bitrate to high bitrate. Valid values:
public Long getDisableHigherVideoResolution()
public void setDisableHigherVideoResolution(Long DisableHigherVideoResolution)
DisableHigherVideoResolution
- Whether to prohibit transcoding from low resolution to high resolution. Valid values:
public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Last modified time of template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).Copyright © 2020. All rights reserved.