Class: TencentCloud::Mps::V20190612::VolumeBalanceConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::VolumeBalanceConfig
- Defined in:
- lib/v20190612/models.rb
Overview
音量均衡配置
Instance Attribute Summary collapse
-
#Switch ⇒ Object
- ON:开启;
- OFF:关闭。
默认值:ON。- loudNorm:响度标准化
- gainControl:减小突变
默认值:loudNorm。 注意:此字段可能返回 null,表示取不到有效值。. -
#Type ⇒ Object
- ON:开启;
- OFF:关闭。
默认值:ON。- loudNorm:响度标准化
- gainControl:减小突变
默认值:loudNorm。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil, type = nil) ⇒ VolumeBalanceConfig
constructor
A new instance of VolumeBalanceConfig.
Constructor Details
#initialize(switch = nil, type = nil) ⇒ VolumeBalanceConfig
Returns a new instance of VolumeBalanceConfig.
32510 32511 32512 32513 |
# File 'lib/v20190612/models.rb', line 32510 def initialize(switch=nil, type=nil) @Switch = switch @Type = type end |
Instance Attribute Details
#Switch ⇒ Object
32508 32509 32510 |
# File 'lib/v20190612/models.rb', line 32508 def Switch @Switch end |
#Type ⇒ Object
32508 32509 32510 |
# File 'lib/v20190612/models.rb', line 32508 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
32515 32516 32517 32518 |
# File 'lib/v20190612/models.rb', line 32515 def deserialize(params) @Switch = params['Switch'] @Type = params['Type'] end |