public class AdaptiveDynamicStreamingTemplate extends AbstractModel
Constructor and Description |
---|
AdaptiveDynamicStreamingTemplate() |
AdaptiveDynamicStreamingTemplate(AdaptiveDynamicStreamingTemplate 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 |
---|---|
String |
getComment()
Get 转自适应码流模板描述信息。
|
String |
getCreateTime()
Get 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
Long |
getDefinition()
Get 转自适应码流模板唯一标识。
|
Long |
getDisableHigherVideoBitrate()
Get 是否禁止视频低码率转高码率,取值范围:
0:否,
1:是。
|
Long |
getDisableHigherVideoResolution()
Get 是否禁止视频分辨率转高分辨率,取值范围:
0:否,
1:是。
|
String |
getDrmType()
Get DRM 类型,取值范围:
SimpleAES
Widevine
FairPlay
如果取值为空字符串,代表不对视频做 DRM 保护。
|
String |
getFormat()
Get 自适应转码格式,取值范围:
HLS。
|
String |
getName()
Get 转自适应码流模板名称。
|
AdaptiveStreamTemplate[] |
getStreamInfos()
Get 自适应转码输入流参数信息,最多输入10路流。
|
String |
getType()
Get 模板类型,取值范围:
Preset:系统预置模板;
Custom:用户自定义模板。
|
String |
getUpdateTime()
Get 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
void |
setComment(String Comment)
Set 转自适应码流模板描述信息。
|
void |
setCreateTime(String CreateTime)
Set 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
void |
setDefinition(Long Definition)
Set 转自适应码流模板唯一标识。
|
void |
setDisableHigherVideoBitrate(Long DisableHigherVideoBitrate)
Set 是否禁止视频低码率转高码率,取值范围:
0:否,
1:是。
|
void |
setDisableHigherVideoResolution(Long DisableHigherVideoResolution)
Set 是否禁止视频分辨率转高分辨率,取值范围:
0:否,
1:是。
|
void |
setDrmType(String DrmType)
Set DRM 类型,取值范围:
SimpleAES
Widevine
FairPlay
如果取值为空字符串,代表不对视频做 DRM 保护。
|
void |
setFormat(String Format)
Set 自适应转码格式,取值范围:
HLS。
|
void |
setName(String Name)
Set 转自适应码流模板名称。
|
void |
setStreamInfos(AdaptiveStreamTemplate[] StreamInfos)
Set 自适应转码输入流参数信息,最多输入10路流。
|
void |
setType(String Type)
Set 模板类型,取值范围:
Preset:系统预置模板;
Custom:用户自定义模板。
|
void |
setUpdateTime(String UpdateTime)
Set 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#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 AdaptiveDynamicStreamingTemplate()
public AdaptiveDynamicStreamingTemplate(AdaptiveDynamicStreamingTemplate source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- 转自适应码流模板唯一标识。public String getType()
public void setType(String Type)
Type
- 模板类型,取值范围:
public String getName()
public void setName(String Name)
Name
- 转自适应码流模板名称。public String getComment()
public void setComment(String Comment)
Comment
- 转自适应码流模板描述信息。public String getFormat()
public void setFormat(String Format)
Format
- 自适应转码格式,取值范围:
public String getDrmType()
public void setDrmType(String DrmType)
DrmType
- DRM 类型,取值范围:
public AdaptiveStreamTemplate[] getStreamInfos()
public void setStreamInfos(AdaptiveStreamTemplate[] StreamInfos)
StreamInfos
- 自适应转码输入流参数信息,最多输入10路流。public Long getDisableHigherVideoBitrate()
public void setDisableHigherVideoBitrate(Long DisableHigherVideoBitrate)
DisableHigherVideoBitrate
- 是否禁止视频低码率转高码率,取值范围:
public Long getDisableHigherVideoResolution()
public void setDisableHigherVideoResolution(Long DisableHigherVideoResolution)
DisableHigherVideoResolution
- 是否禁止视频分辨率转高分辨率,取值范围:
public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。Copyright © 2022. All rights reserved.