public class JustInTimeTranscodeTemplate extends AbstractModel
header, skipSign
Constructor and Description |
---|
JustInTimeTranscodeTemplate() |
JustInTimeTranscodeTemplate(JustInTimeTranscodeTemplate 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 |
getAudioStreamSwitch()
Get Enable audio stream.
|
AudioTemplateInfo |
getAudioTemplate()
Get Audio stream configuration parameters.
|
String |
getComment()
Get Template description information.
|
String |
getCreateTime()
Get Template creation time.
|
String |
getTemplateId()
Get Unique identifier of the instant transcoding template.
|
String |
getTemplateName()
Get Specifies the transcoding template name.
|
String |
getType()
Get Template type.
|
String |
getUpdateTime()
Get Template last modified time.
|
String |
getVideoStreamSwitch()
Get Enable video stream.
|
VideoTemplateInfo |
getVideoTemplate()
Get Video stream configuration parameters.
|
void |
setAudioStreamSwitch(String AudioStreamSwitch)
Set Enable audio stream.
|
void |
setAudioTemplate(AudioTemplateInfo AudioTemplate)
Set Audio stream configuration parameters.
|
void |
setComment(String Comment)
Set Template description information.
|
void |
setCreateTime(String CreateTime)
Set Template creation time.
|
void |
setTemplateId(String TemplateId)
Set Unique identifier of the instant transcoding template.
|
void |
setTemplateName(String TemplateName)
Set Specifies the transcoding template name.
|
void |
setType(String Type)
Set Template type.
|
void |
setUpdateTime(String UpdateTime)
Set Template last modified time.
|
void |
setVideoStreamSwitch(String VideoStreamSwitch)
Set Enable video stream.
|
void |
setVideoTemplate(VideoTemplateInfo VideoTemplate)
Set Video stream configuration parameters.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public JustInTimeTranscodeTemplate()
public JustInTimeTranscodeTemplate(JustInTimeTranscodeTemplate source)
public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- Unique identifier of the instant transcoding template.public String getTemplateName()
public void setTemplateName(String TemplateName)
TemplateName
- Specifies the transcoding template name.public String getComment()
public void setComment(String Comment)
Comment
- Template description information.public String getType()
public void setType(String Type)
Type
- Template type. valid values: public String getVideoStreamSwitch()
public void setVideoStreamSwitch(String VideoStreamSwitch)
VideoStreamSwitch
- Enable video stream. valid values: public String getAudioStreamSwitch()
public void setAudioStreamSwitch(String AudioStreamSwitch)
AudioStreamSwitch
- Enable audio stream. valid values: public VideoTemplateInfo getVideoTemplate()
public void setVideoTemplate(VideoTemplateInfo VideoTemplate)
VideoTemplate
- Video stream configuration parameters. this field is valid only when VideoStreamSwitch is on.public AudioTemplateInfo getAudioTemplate()
public void setAudioTemplate(AudioTemplateInfo AudioTemplate)
AudioTemplate
- Audio stream configuration parameters. specifies this field is valid only when AudioStreamSwitch is on.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Template creation time. uses [ISO date format](https://www.tencentcloud.comom/document/product/266/11732?from_cn_redirect=1#I).public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Template last modified time. uses [ISO date format](https://www.tencentcloud.comom/document/product/266/11732?from_cn_redirect=1#I).Copyright © 2025. All rights reserved.