public class TranscodeTemplate extends AbstractModel
Constructor and Description |
---|
TranscodeTemplate() |
Modifier and Type | Method and Description |
---|---|
AudioTemplateInfo |
getAudioTemplate()
Get Audio stream configuration parameter.
|
String |
getComment()
Get Template description.
|
String |
getContainer()
Get Container.
|
String |
getContainerType()
Get Container filter.
|
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).
|
String |
getDefinition()
Get Unique ID of transcoding template.
|
String |
getName()
Get Transcoding template name.
|
Long |
getRemoveAudio()
Get Whether to remove audio data.
|
Long |
getRemoveVideo()
Get Whether to remove video data.
|
TEHDConfig |
getTEHDConfig()
Get TESHD transcoding parameter.
|
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).
|
VideoTemplateInfo |
getVideoTemplate()
Get Video stream configuration parameter.
|
void |
setAudioTemplate(AudioTemplateInfo AudioTemplate)
Set Audio stream configuration parameter.
|
void |
setComment(String Comment)
Set Template description.
|
void |
setContainer(String Container)
Set Container.
|
void |
setContainerType(String ContainerType)
Set Container filter.
|
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(String Definition)
Set Unique ID of transcoding template.
|
void |
setName(String Name)
Set Transcoding template name.
|
void |
setRemoveAudio(Long RemoveAudio)
Set Whether to remove audio data.
|
void |
setRemoveVideo(Long RemoveVideo)
Set Whether to remove video data.
|
void |
setTEHDConfig(TEHDConfig TEHDConfig)
Set TESHD transcoding parameter.
|
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 |
setVideoTemplate(VideoTemplateInfo VideoTemplate)
Set Video stream configuration parameter.
|
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 String getDefinition()
public void setDefinition(String Definition)
Definition
- Unique ID of transcoding template.public String getContainer()
public void setContainer(String Container)
Container
- Container. Valid values: mp4, flv, hls, mp3, flac, ogg.public String getName()
public void setName(String Name)
Name
- Transcoding template name.
Note: this field may return null, indicating that no valid values can be obtained.public String getComment()
public void setComment(String Comment)
Comment
- Template description.
Note: this field may return null, indicating that no valid values can be obtained.public String getType()
public void setType(String Type)
Type
- Template type. Valid values:
public Long getRemoveVideo()
public void setRemoveVideo(Long RemoveVideo)
RemoveVideo
- Whether to remove video data. Valid values:
public Long getRemoveAudio()
public void setRemoveAudio(Long RemoveAudio)
RemoveAudio
- Whether to remove audio data. Valid values:
public VideoTemplateInfo getVideoTemplate()
public void setVideoTemplate(VideoTemplateInfo VideoTemplate)
VideoTemplate
- Video stream configuration parameter. This field is valid only when `RemoveVideo` is 0.
Note: this field may return null, indicating that no valid values can be obtained.public AudioTemplateInfo getAudioTemplate()
public void setAudioTemplate(AudioTemplateInfo AudioTemplate)
AudioTemplate
- Audio stream configuration parameter. This field is valid only when `RemoveAudio` is 0.
Note: this field may return null, indicating that no valid values can be obtained.public TEHDConfig getTEHDConfig()
public void setTEHDConfig(TEHDConfig TEHDConfig)
TEHDConfig
- TESHD transcoding parameter.
Note: this field may return null, indicating that no valid values can be obtained.public String getContainerType()
public void setContainerType(String ContainerType)
ContainerType
- Container filter. 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.