Class: TencentCloud::Vod::V20180717::DynamicRangeInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::DynamicRangeInfo
- Defined in:
- lib/v20180717/models.rb
Overview
画面动态范围信息。
Instance Attribute Summary collapse
-
#HDRType ⇒ Object
<li>SDR:Standard Dynamic Range 标准动态范围;</li> <li>HDR:High Dynamic Range 高动态范围。</li> <li>hdr10:表示 hdr10 标准;</li> <li>hlg:表示 hlg 标准。</li>.
-
#Type ⇒ Object
<li>SDR:Standard Dynamic Range 标准动态范围;</li> <li>HDR:High Dynamic Range 高动态范围。</li> <li>hdr10:表示 hdr10 标准;</li> <li>hlg:表示 hlg 标准。</li>.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, hdrtype = nil) ⇒ DynamicRangeInfo
constructor
A new instance of DynamicRangeInfo.
Constructor Details
#initialize(type = nil, hdrtype = nil) ⇒ DynamicRangeInfo
Returns a new instance of DynamicRangeInfo.
13527 13528 13529 13530 |
# File 'lib/v20180717/models.rb', line 13527 def initialize(type=nil, hdrtype=nil) @Type = type @HDRType = hdrtype end |
Instance Attribute Details
#HDRType ⇒ Object
<li>SDR:Standard Dynamic Range 标准动态范围;</li> <li>HDR:High Dynamic Range 高动态范围。</li> <li>hdr10:表示 hdr10 标准;</li> <li>hlg:表示 hlg 标准。</li>
13525 13526 13527 |
# File 'lib/v20180717/models.rb', line 13525 def HDRType @HDRType end |
#Type ⇒ Object
<li>SDR:Standard Dynamic Range 标准动态范围;</li> <li>HDR:High Dynamic Range 高动态范围。</li> <li>hdr10:表示 hdr10 标准;</li> <li>hlg:表示 hlg 标准。</li>
13525 13526 13527 |
# File 'lib/v20180717/models.rb', line 13525 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
13532 13533 13534 13535 |
# File 'lib/v20180717/models.rb', line 13532 def deserialize(params) @Type = params['Type'] @HDRType = params['HDRType'] end |