public class AdaptiveDynamicStreamingTemplate extends AbstractModel
Constructor and Description |
---|
AdaptiveDynamicStreamingTemplate() |
Modifier and Type | Method and Description |
---|---|
AudioTrackTemplateInfo[] |
getAudioTrackTemplateSet()
获取音频轨模板列表。
|
String |
getComment()
获取转自适应码流模板描述信息。
|
String |
getCreateTime()
获取模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。
|
Long |
getDefinition()
获取转自适应码流模板唯一标识。
|
Long |
getDisableHigherVideoBitrate()
获取是否禁止视频低码率转高码率,取值范围:
0:否,
1:是。
|
Long |
getDisableHigherVideoResolution()
获取是否禁止视频分辨率转高分辨率,取值范围:
0:否,
1:是。
|
String |
getDrmType()
获取DRM 类型,取值范围:
FairPlay;
SimpleAES;
Widevine。
如果取值为空字符串,代表不对视频做 DRM 保护。
|
String |
getName()
获取转自适应码流模板名称。
|
String |
getPackageType()
获取打包类型,取值范围:
hls;
dash。
|
String |
getType()
获取模板类型,取值范围:
Preset:系统预置模板;
Custom:用户自定义模板。
|
String |
getUpdateTime()
获取模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。
|
VideoTrackTemplateInfo[] |
getVideoTrackTemplateSet()
获取视频轨模板列表。
|
void |
setAudioTrackTemplateSet(AudioTrackTemplateInfo[] AudioTrackTemplateSet)
设置音频轨模板列表。
|
void |
setComment(String Comment)
设置转自适应码流模板描述信息。
|
void |
setCreateTime(String CreateTime)
设置模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。
|
void |
setDefinition(Long Definition)
设置转自适应码流模板唯一标识。
|
void |
setDisableHigherVideoBitrate(Long DisableHigherVideoBitrate)
设置是否禁止视频低码率转高码率,取值范围:
0:否,
1:是。
|
void |
setDisableHigherVideoResolution(Long DisableHigherVideoResolution)
设置是否禁止视频分辨率转高分辨率,取值范围:
0:否,
1:是。
|
void |
setDrmType(String DrmType)
设置DRM 类型,取值范围:
FairPlay;
SimpleAES;
Widevine。
如果取值为空字符串,代表不对视频做 DRM 保护。
|
void |
setName(String Name)
设置转自适应码流模板名称。
|
void |
setPackageType(String PackageType)
设置打包类型,取值范围:
hls;
dash。
|
void |
setType(String Type)
设置模板类型,取值范围:
Preset:系统预置模板;
Custom:用户自定义模板。
|
void |
setUpdateTime(String UpdateTime)
设置模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。
|
void |
setVideoTrackTemplateSet(VideoTrackTemplateInfo[] VideoTrackTemplateSet)
设置视频轨模板列表。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 getPackageType()
public void setPackageType(String PackageType)
PackageType
- 打包类型,取值范围:
public String getDrmType()
public void setDrmType(String DrmType)
DrmType
- DRM 类型,取值范围:
public VideoTrackTemplateInfo[] getVideoTrackTemplateSet()
public void setVideoTrackTemplateSet(VideoTrackTemplateInfo[] VideoTrackTemplateSet)
VideoTrackTemplateSet
- 视频轨模板列表。public AudioTrackTemplateInfo[] getAudioTrackTemplateSet()
public void setAudioTrackTemplateSet(AudioTrackTemplateInfo[] AudioTrackTemplateSet)
AudioTrackTemplateSet
- 音频轨模板列表。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#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。Copyright © 2019. All rights reserved.