Class: TencentCloud::Mps::V20190612::VolumeBalanceConfig

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190612/models.rb

Overview

音量均衡配置

Instance Attribute Summary collapse

  • #Type ⇒ Object
  • ON:开启;
  • OFF:关闭。
  • 默认值:ON。
  • loudNorm:响度标准化
  • gainControl:减小突变
  • 默认值:loudNorm。 注意:此字段可能返回 null,表示取不到有效值。.

    Instance Method Summary collapse

    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

    #SwitchObject

  • ON:开启;
  • OFF:关闭。
  • 默认值:ON。
  • loudNorm:响度标准化
  • gainControl:减小突变
  • 默认值:loudNorm。 注意:此字段可能返回 null,表示取不到有效值。

    Parameters:

    • Switch:

      能力配置开关,可选值:

    • Type:

      类型,可选值:

    
    
    32508
    32509
    32510
    # File 'lib/v20190612/models.rb', line 32508
    
    def Switch
      @Switch
    end

    #TypeObject

  • ON:开启;
  • OFF:关闭。
  • 默认值:ON。
  • loudNorm:响度标准化
  • gainControl:减小突变
  • 默认值:loudNorm。 注意:此字段可能返回 null,表示取不到有效值。

    Parameters:

    • Switch:

      能力配置开关,可选值:

    • Type:

      类型,可选值:

    
    
    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