public class RebuildMediaTemplate extends AbstractModel
header, skipSign
Constructor and Description |
---|
RebuildMediaTemplate() |
RebuildMediaTemplate(RebuildMediaTemplate 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 The template description.
|
String |
getContainer()
Get The output file format.
|
String |
getCreateTime()
Get The template creation time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
Long |
getDefinition()
Get The remaster template ID.
|
String |
getName()
Get The remaster template name.
|
RebuildAudioInfo |
getRebuildAudioInfo()
Get The audio remaster parameters.
|
RebuildVideoInfo |
getRebuildVideoInfo()
Get The video remaster parameters.
|
Long |
getRemoveAudio()
Get Whether to remove audio data.
|
Long |
getRemoveVideo()
Get Whether to remove video data.
|
RebuildMediaTargetAudioStream |
getTargetAudioInfo()
Get The output audio parameters.
|
RebuildMediaTargetVideoStream |
getTargetVideoInfo()
Get The output video parameters.
|
String |
getType()
Get The template type.
|
String |
getUpdateTime()
Get The last updated time of the template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
void |
setComment(String Comment)
Set The template description.
|
void |
setContainer(String Container)
Set The output file format.
|
void |
setCreateTime(String CreateTime)
Set The template creation time in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
void |
setDefinition(Long Definition)
Set The remaster template ID.
|
void |
setName(String Name)
Set The remaster template name.
|
void |
setRebuildAudioInfo(RebuildAudioInfo RebuildAudioInfo)
Set The audio remaster parameters.
|
void |
setRebuildVideoInfo(RebuildVideoInfo RebuildVideoInfo)
Set The video remaster parameters.
|
void |
setRemoveAudio(Long RemoveAudio)
Set Whether to remove audio data.
|
void |
setRemoveVideo(Long RemoveVideo)
Set Whether to remove video data.
|
void |
setTargetAudioInfo(RebuildMediaTargetAudioStream TargetAudioInfo)
Set The output audio parameters.
|
void |
setTargetVideoInfo(RebuildMediaTargetVideoStream TargetVideoInfo)
Set The output video parameters.
|
void |
setType(String Type)
Set The template type.
|
void |
setUpdateTime(String UpdateTime)
Set The last updated time of the template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RebuildMediaTemplate()
public RebuildMediaTemplate(RebuildMediaTemplate source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- The remaster template ID.public String getType()
public void setType(String Type)
Type
- The template type. Valid values:
public String getName()
public void setName(String Name)
Name
- The remaster template name.public String getComment()
public void setComment(String Comment)
Comment
- The template description.public RebuildVideoInfo getRebuildVideoInfo()
public void setRebuildVideoInfo(RebuildVideoInfo RebuildVideoInfo)
RebuildVideoInfo
- The video remaster parameters.
Note: This field may return null, indicating that no valid values can be obtained.public RebuildAudioInfo getRebuildAudioInfo()
public void setRebuildAudioInfo(RebuildAudioInfo RebuildAudioInfo)
RebuildAudioInfo
- The audio remaster parameters.
Note: This field may return null, indicating that no valid values can be obtained.public RebuildMediaTargetVideoStream getTargetVideoInfo()
public void setTargetVideoInfo(RebuildMediaTargetVideoStream TargetVideoInfo)
TargetVideoInfo
- The output video parameters.
Note: This field may return null, indicating that no valid values can be obtained.public RebuildMediaTargetAudioStream getTargetAudioInfo()
public void setTargetAudioInfo(RebuildMediaTargetAudioStream TargetAudioInfo)
TargetAudioInfo
- The output audio parameters.
Note: This field may return null, indicating that no valid values can be obtained.public String getContainer()
public void setContainer(String Container)
Container
- The output file format. Valid values: `mp4` (default), `hls`.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 String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- The template creation time 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
- The last updated time of the template in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).Copyright © 2024. All rights reserved.