Class: TencentCloud::Vod::V20180717::ModifyMPSTemplateRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::ModifyMPSTemplateRequest
- Defined in:
- lib/v20180717/models.rb
Overview
ModifyMPSTemplate请求参数结构体
Instance Attribute Summary collapse
-
#MPSModifyTemplateParams ⇒ Object
<li>Transcode: 创建转码模板,目前仅支持修改增强参数。</li> 1.
-
#SubAppId ⇒ Object
<li>Transcode: 创建转码模板,目前仅支持修改增强参数。</li> 1.
-
#TemplateType ⇒ Object
<li>Transcode: 创建转码模板,目前仅支持修改增强参数。</li> 1.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(subappid = nil, templatetype = nil, mpsmodifytemplateparams = nil) ⇒ ModifyMPSTemplateRequest
constructor
A new instance of ModifyMPSTemplateRequest.
Constructor Details
#initialize(subappid = nil, templatetype = nil, mpsmodifytemplateparams = nil) ⇒ ModifyMPSTemplateRequest
Returns a new instance of ModifyMPSTemplateRequest.
19697 19698 19699 19700 19701 |
# File 'lib/v20180717/models.rb', line 19697 def initialize(subappid=nil, templatetype=nil, mpsmodifytemplateparams=nil) @SubAppId = subappid @TemplateType = templatetype @MPSModifyTemplateParams = mpsmodifytemplateparams end |
Instance Attribute Details
#MPSModifyTemplateParams ⇒ Object
<li>Transcode: 创建转码模板,目前仅支持修改增强参数。</li>
-
音视频增强:仅支持填写“(cloud.tencent.com/document/api/862/37578)”接口中的 Name、Comment、RemoveVideo、RemoveAudio、VideoTemplate、AudioTemplate 和 EnhanceConfig 几个参数的内容。目前仅支持在模板中配置以上参数,其他参数无需填写,若包含其它参数,系统将自动忽略。
19695 19696 19697 |
# File 'lib/v20180717/models.rb', line 19695 def MPSModifyTemplateParams @MPSModifyTemplateParams end |
#SubAppId ⇒ Object
<li>Transcode: 创建转码模板,目前仅支持修改增强参数。</li>
-
音视频增强:仅支持填写“(cloud.tencent.com/document/api/862/37578)”接口中的 Name、Comment、RemoveVideo、RemoveAudio、VideoTemplate、AudioTemplate 和 EnhanceConfig 几个参数的内容。目前仅支持在模板中配置以上参数,其他参数无需填写,若包含其它参数,系统将自动忽略。
19695 19696 19697 |
# File 'lib/v20180717/models.rb', line 19695 def SubAppId @SubAppId end |
#TemplateType ⇒ Object
<li>Transcode: 创建转码模板,目前仅支持修改增强参数。</li>
-
音视频增强:仅支持填写“(cloud.tencent.com/document/api/862/37578)”接口中的 Name、Comment、RemoveVideo、RemoveAudio、VideoTemplate、AudioTemplate 和 EnhanceConfig 几个参数的内容。目前仅支持在模板中配置以上参数,其他参数无需填写,若包含其它参数,系统将自动忽略。
19695 19696 19697 |
# File 'lib/v20180717/models.rb', line 19695 def TemplateType @TemplateType end |
Instance Method Details
#deserialize(params) ⇒ Object
19703 19704 19705 19706 19707 |
# File 'lib/v20180717/models.rb', line 19703 def deserialize(params) @SubAppId = params['SubAppId'] @TemplateType = params['TemplateType'] @MPSModifyTemplateParams = params['MPSModifyTemplateParams'] end |