Class: TencentCloud::Mps::V20190612::SRTFECFullOptions
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::SRTFECFullOptions
- Defined in:
- lib/v20190612/models.rb
Overview
SRT FEC 高级配置
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(enable = nil, cols = nil, rows = nil, arq = nil, layout = nil) ⇒ SRTFECFullOptions
constructor
A new instance of SRTFECFullOptions.
Constructor Details
#initialize(enable = nil, cols = nil, rows = nil, arq = nil, layout = nil) ⇒ SRTFECFullOptions
Returns a new instance of SRTFECFullOptions.
23268 23269 23270 23271 23272 23273 23274 |
# File 'lib/v20190612/models.rb', line 23268 def initialize(enable=nil, cols=nil, rows=nil, arq=nil, layout=nil) @Enable = enable @Cols = cols @Rows = rows @ARQ = arq @Layout = layout end |
Instance Attribute Details
#ARQ ⇒ Object
23266 23267 23268 |
# File 'lib/v20190612/models.rb', line 23266 def ARQ @ARQ end |
#Cols ⇒ Object
23266 23267 23268 |
# File 'lib/v20190612/models.rb', line 23266 def Cols @Cols end |
#Enable ⇒ Object
23266 23267 23268 |
# File 'lib/v20190612/models.rb', line 23266 def Enable @Enable end |
#Layout ⇒ Object
23266 23267 23268 |
# File 'lib/v20190612/models.rb', line 23266 def Layout @Layout end |
#Rows ⇒ Object
23266 23267 23268 |
# File 'lib/v20190612/models.rb', line 23266 def Rows @Rows end |
Instance Method Details
#deserialize(params) ⇒ Object
23276 23277 23278 23279 23280 23281 23282 |
# File 'lib/v20190612/models.rb', line 23276 def deserialize(params) @Enable = params['Enable'] @Cols = params['Cols'] @Rows = params['Rows'] @ARQ = params['ARQ'] @Layout = params['Layout'] end |