public class DescribeTranscodeTemplatesRequest extends AbstractModel
Constructor and Description |
---|
DescribeTranscodeTemplatesRequest() |
DescribeTranscodeTemplatesRequest(DescribeTranscodeTemplatesRequest 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 |
getContainerType()
Get 封装格式过滤条件,可选值:
Video:视频格式,可以同时包含视频流和音频流的封装格式板;
PureAudio:纯音频格式,只能包含音频流的封装格式。
|
Long[] |
getDefinitions()
Get 转码模板唯一标识过滤条件,数组长度限制:100。
|
Long |
getLimit()
Get 返回记录条数,默认值:10,最大值:100。
|
Long |
getOffset()
Get 分页偏移量,默认值:0。
|
String |
getTEHDType()
Get 极速高清过滤条件,用于过滤普通转码或极速高清转码模板,可选值:
Common:普通转码模板;
TEHD:极速高清模板。
|
String |
getType()
Get 模板类型过滤条件,可选值:
Preset:系统预置模板;
Custom:用户自定义模板。
|
void |
setContainerType(String ContainerType)
Set 封装格式过滤条件,可选值:
Video:视频格式,可以同时包含视频流和音频流的封装格式板;
PureAudio:纯音频格式,只能包含音频流的封装格式。
|
void |
setDefinitions(Long[] Definitions)
Set 转码模板唯一标识过滤条件,数组长度限制:100。
|
void |
setLimit(Long Limit)
Set 返回记录条数,默认值:10,最大值:100。
|
void |
setOffset(Long Offset)
Set 分页偏移量,默认值:0。
|
void |
setTEHDType(String TEHDType)
Set 极速高清过滤条件,用于过滤普通转码或极速高清转码模板,可选值:
Common:普通转码模板;
TEHD:极速高清模板。
|
void |
setType(String Type)
Set 模板类型过滤条件,可选值:
Preset:系统预置模板;
Custom:用户自定义模板。
|
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 DescribeTranscodeTemplatesRequest()
public DescribeTranscodeTemplatesRequest(DescribeTranscodeTemplatesRequest source)
public Long[] getDefinitions()
public void setDefinitions(Long[] Definitions)
Definitions
- 转码模板唯一标识过滤条件,数组长度限制:100。public String getType()
public void setType(String Type)
Type
- 模板类型过滤条件,可选值:
public String getContainerType()
public void setContainerType(String ContainerType)
ContainerType
- 封装格式过滤条件,可选值:
public String getTEHDType()
public void setTEHDType(String TEHDType)
TEHDType
- 极速高清过滤条件,用于过滤普通转码或极速高清转码模板,可选值:
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移量,默认值:0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回记录条数,默认值:10,最大值:100。Copyright © 2022. All rights reserved.