Class: TencentCloud::Vod::V20180717::DynamicRangeInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180717/models.rb

Overview

画面动态范围信息。

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#HDRTypeObject

<li>SDR:Standard Dynamic Range 标准动态范围;</li> <li>HDR:High Dynamic Range 高动态范围。</li> <li>hdr10:表示 hdr10 标准;</li> <li>hlg:表示 hlg 标准。</li>

Parameters:

  • Type:

    画面动态范围信息。可取值:

  • HDRType:

    高动态范围类型,当 Type 为 HDR 时有效。目前支持的可取值:



13525
13526
13527
# File 'lib/v20180717/models.rb', line 13525

def HDRType
  @HDRType
end

#TypeObject

<li>SDR:Standard Dynamic Range 标准动态范围;</li> <li>HDR:High Dynamic Range 高动态范围。</li> <li>hdr10:表示 hdr10 标准;</li> <li>hlg:表示 hlg 标准。</li>

Parameters:

  • Type:

    画面动态范围信息。可取值:

  • HDRType:

    高动态范围类型,当 Type 为 HDR 时有效。目前支持的可取值:



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