Class: TencentCloud::Cme::V20191029::SwitcherPgmOutputConfig
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cme::V20191029::SwitcherPgmOutputConfig
- Defined in:
- lib/v20191029/models.rb
Overview
导播台主监输出配置信息
Instance Attribute Summary collapse
-
#BitRate ⇒ Object
<li>10001:分辨率为1080 P;</li> <li>10002:分辨率为720 P;</li> <li>10003:分辨率为480 P。</li>.
-
#Fps ⇒ Object
<li>10001:分辨率为1080 P;</li> <li>10002:分辨率为720 P;</li> <li>10003:分辨率为480 P。</li>.
-
#Height ⇒ Object
<li>10001:分辨率为1080 P;</li> <li>10002:分辨率为720 P;</li> <li>10003:分辨率为480 P。</li>.
-
#TemplateId ⇒ Object
<li>10001:分辨率为1080 P;</li> <li>10002:分辨率为720 P;</li> <li>10003:分辨率为480 P。</li>.
-
#Width ⇒ Object
<li>10001:分辨率为1080 P;</li> <li>10002:分辨率为720 P;</li> <li>10003:分辨率为480 P。</li>.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(templateid = nil, width = nil, height = nil, fps = nil, bitrate = nil) ⇒ SwitcherPgmOutputConfig
constructor
A new instance of SwitcherPgmOutputConfig.
Constructor Details
#initialize(templateid = nil, width = nil, height = nil, fps = nil, bitrate = nil) ⇒ SwitcherPgmOutputConfig
Returns a new instance of SwitcherPgmOutputConfig.
5944 5945 5946 5947 5948 5949 5950 |
# File 'lib/v20191029/models.rb', line 5944 def initialize(templateid=nil, width=nil, height=nil, fps=nil, bitrate=nil) @TemplateId = templateid @Width = width @Height = height @Fps = fps @BitRate = bitrate end |
Instance Attribute Details
#BitRate ⇒ Object
<li>10001:分辨率为1080 P;</li> <li>10002:分辨率为720 P;</li> <li>10003:分辨率为480 P。</li>
5942 5943 5944 |
# File 'lib/v20191029/models.rb', line 5942 def BitRate @BitRate end |
#Fps ⇒ Object
<li>10001:分辨率为1080 P;</li> <li>10002:分辨率为720 P;</li> <li>10003:分辨率为480 P。</li>
5942 5943 5944 |
# File 'lib/v20191029/models.rb', line 5942 def Fps @Fps end |
#Height ⇒ Object
<li>10001:分辨率为1080 P;</li> <li>10002:分辨率为720 P;</li> <li>10003:分辨率为480 P。</li>
5942 5943 5944 |
# File 'lib/v20191029/models.rb', line 5942 def Height @Height end |
#TemplateId ⇒ Object
<li>10001:分辨率为1080 P;</li> <li>10002:分辨率为720 P;</li> <li>10003:分辨率为480 P。</li>
5942 5943 5944 |
# File 'lib/v20191029/models.rb', line 5942 def TemplateId @TemplateId end |
#Width ⇒ Object
<li>10001:分辨率为1080 P;</li> <li>10002:分辨率为720 P;</li> <li>10003:分辨率为480 P。</li>
5942 5943 5944 |
# File 'lib/v20191029/models.rb', line 5942 def Width @Width end |
Instance Method Details
#deserialize(params) ⇒ Object
5952 5953 5954 5955 5956 5957 5958 |
# File 'lib/v20191029/models.rb', line 5952 def deserialize(params) @TemplateId = params['TemplateId'] @Width = params['Width'] @Height = params['Height'] @Fps = params['Fps'] @BitRate = params['BitRate'] end |