public class ModifyMPSTemplateRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyMPSTemplateRequest() | 
| ModifyMPSTemplateRequest(ModifyMPSTemplateRequest 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 | getMPSModifyTemplateParams()Get MPS 修改模板参数。该参数用于透传至媒体处理服务(MPS),从云点播侧修改用户自定义的 MPS 任务模板。
 目前仅支持通过此方式修改以下任务类型的模板:
1. | 
| Long | getSubAppId()Get 点播[应用](/document/product/266/14574) ID。 | 
| String | getTemplateType()Get 需要修改的 MPS 模板的类型。取值:
Transcode: 创建转码模板,目前仅支持修改增强参数。 | 
| void | setMPSModifyTemplateParams(String MPSModifyTemplateParams)Set MPS 修改模板参数。该参数用于透传至媒体处理服务(MPS),从云点播侧修改用户自定义的 MPS 任务模板。
 目前仅支持通过此方式修改以下任务类型的模板:
1. | 
| void | setSubAppId(Long SubAppId)Set 点播[应用](/document/product/266/14574) ID。 | 
| void | setTemplateType(String TemplateType)Set 需要修改的 MPS 模板的类型。取值:
Transcode: 创建转码模板,目前仅支持修改增强参数。 | 
| 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, toJsonStringpublic ModifyMPSTemplateRequest()
public ModifyMPSTemplateRequest(ModifyMPSTemplateRequest source)
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - 点播[应用](/document/product/266/14574) ID。public String getTemplateType()
public void setTemplateType(String TemplateType)
TemplateType - 需要修改的 MPS 模板的类型。取值:
public String getMPSModifyTemplateParams()
public void setMPSModifyTemplateParams(String MPSModifyTemplateParams)
MPSModifyTemplateParams - MPS 修改模板参数。该参数用于透传至媒体处理服务(MPS),从云点播侧修改用户自定义的 MPS 任务模板。
 目前仅支持通过此方式修改以下任务类型的模板:
1. 音视频增强:仅支持填写“[修改转码模板](https://cloud.tencent.com/document/api/862/37578)”接口中的 Name、Comment、RemoveVideo、RemoveAudio、VideoTemplate、AudioTemplate 和 EnhanceConfig 几个参数的内容。目前仅支持在模板中配置以上参数,其他参数无需填写,若包含其它参数,系统将自动忽略。Copyright © 2025. All rights reserved.