Class: TencentCloud::Mps::V20190612::FrameRateWithDenConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::FrameRateWithDenConfig
- Defined in:
- lib/v20190612/models.rb
Overview
新插帧配置,支持分数帧率
Instance Attribute Summary collapse
-
#FpsDen ⇒ Object
- ON:开启;
- OFF:关闭。
默认值:ON。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。. -
#FpsNum ⇒ Object
- ON:开启;
- OFF:关闭。
默认值:ON。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。. -
#Switch ⇒ Object
- ON:开启;
- OFF:关闭。
默认值:ON。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil, fpsnum = nil, fpsden = nil) ⇒ FrameRateWithDenConfig
constructor
A new instance of FrameRateWithDenConfig.
Constructor Details
#initialize(switch = nil, fpsnum = nil, fpsden = nil) ⇒ FrameRateWithDenConfig
Returns a new instance of FrameRateWithDenConfig.
17417 17418 17419 17420 17421 |
# File 'lib/v20190612/models.rb', line 17417 def initialize(switch=nil, fpsnum=nil, fpsden=nil) @Switch = switch @FpsNum = fpsnum @FpsDen = fpsden end |
Instance Attribute Details
#FpsDen ⇒ Object
17415 17416 17417 |
# File 'lib/v20190612/models.rb', line 17415 def FpsDen @FpsDen end |
#FpsNum ⇒ Object
17415 17416 17417 |
# File 'lib/v20190612/models.rb', line 17415 def FpsNum @FpsNum end |
#Switch ⇒ Object
17415 17416 17417 |
# File 'lib/v20190612/models.rb', line 17415 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
17423 17424 17425 17426 17427 |
# File 'lib/v20190612/models.rb', line 17423 def deserialize(params) @Switch = params['Switch'] @FpsNum = params['FpsNum'] @FpsDen = params['FpsDen'] end |