Class: TencentCloud::Vod::V20180717::TEHDConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::TEHDConfig
- Defined in:
- lib/v20180717/models.rb
Overview
极速高清参数配置。
Instance Attribute Summary collapse
-
#MaxVideoBitrate ⇒ Object
不填或填0表示由云点播自动设置码率上限。.
-
#Type ⇒ Object
不填或填0表示由云点播自动设置码率上限。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, maxvideobitrate = nil) ⇒ TEHDConfig
constructor
A new instance of TEHDConfig.
Constructor Details
#initialize(type = nil, maxvideobitrate = nil) ⇒ TEHDConfig
Returns a new instance of TEHDConfig.
27647 27648 27649 27650 |
# File 'lib/v20180717/models.rb', line 27647 def initialize(type=nil, maxvideobitrate=nil) @Type = type @MaxVideoBitrate = maxvideobitrate end |
Instance Attribute Details
#MaxVideoBitrate ⇒ Object
不填或填0表示由云点播自动设置码率上限。
27645 27646 27647 |
# File 'lib/v20180717/models.rb', line 27645 def MaxVideoBitrate @MaxVideoBitrate end |
#Type ⇒ Object
不填或填0表示由云点播自动设置码率上限。
27645 27646 27647 |
# File 'lib/v20180717/models.rb', line 27645 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
27652 27653 27654 27655 |
# File 'lib/v20180717/models.rb', line 27652 def deserialize(params) @Type = params['Type'] @MaxVideoBitrate = params['MaxVideoBitrate'] end |