Class: TencentCloud::Vod::V20180717::HDRInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::HDRInfo
- Defined in:
- lib/v20180717/models.rb
Overview
高动态范围类型控制参数。
Instance Attribute Summary collapse
-
#Switch ⇒ Object
注意: <li> 仅当高动态范围类型控制开关为 ON 时有效;</li> <li>当画质重生目标参数中指定视频输出参数的视频流编码格式 Codec 为 libx265 时有效。</li>.
-
#Type ⇒ Object
注意: <li> 仅当高动态范围类型控制开关为 ON 时有效;</li> <li>当画质重生目标参数中指定视频输出参数的视频流编码格式 Codec 为 libx265 时有效。</li>.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil, type = nil) ⇒ HDRInfo
constructor
A new instance of HDRInfo.
Constructor Details
#initialize(switch = nil, type = nil) ⇒ HDRInfo
Returns a new instance of HDRInfo.
15219 15220 15221 15222 |
# File 'lib/v20180717/models.rb', line 15219 def initialize(switch=nil, type=nil) @Switch = switch @Type = type end |
Instance Attribute Details
#Switch ⇒ Object
注意:<li> 仅当高动态范围类型控制开关为 ON 时有效;</li> <li>当画质重生目标参数中指定视频输出参数的视频流编码格式 Codec 为 libx265 时有效。</li>
15217 15218 15219 |
# File 'lib/v20180717/models.rb', line 15217 def Switch @Switch end |
#Type ⇒ Object
注意:<li> 仅当高动态范围类型控制开关为 ON 时有效;</li> <li>当画质重生目标参数中指定视频输出参数的视频流编码格式 Codec 为 libx265 时有效。</li>
15217 15218 15219 |
# File 'lib/v20180717/models.rb', line 15217 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
15224 15225 15226 15227 |
# File 'lib/v20180717/models.rb', line 15224 def deserialize(params) @Switch = params['Switch'] @Type = params['Type'] end |