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.
26948 26949 26950 26951 26952 26953 26954 |
# File 'lib/v20190612/models.rb', line 26948 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
26946 26947 26948 |
# File 'lib/v20190612/models.rb', line 26946 def ARQ @ARQ end |
#Cols ⇒ Object
26946 26947 26948 |
# File 'lib/v20190612/models.rb', line 26946 def Cols @Cols end |
#Enable ⇒ Object
26946 26947 26948 |
# File 'lib/v20190612/models.rb', line 26946 def Enable @Enable end |
#Layout ⇒ Object
26946 26947 26948 |
# File 'lib/v20190612/models.rb', line 26946 def Layout @Layout end |
#Rows ⇒ Object
26946 26947 26948 |
# File 'lib/v20190612/models.rb', line 26946 def Rows @Rows end |
Instance Method Details
#deserialize(params) ⇒ Object
26956 26957 26958 26959 26960 26961 26962 |
# File 'lib/v20190612/models.rb', line 26956 def deserialize(params) @Enable = params['Enable'] @Cols = params['Cols'] @Rows = params['Rows'] @ARQ = params['ARQ'] @Layout = params['Layout'] end |