tencentcloud-sdk-iss 3.0.930 → 3.0.931

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20230517/models.rb +13 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: da46fd769935d29dbf21c82958b9a6bfbc11862d
4
- data.tar.gz: 23b569f48de888f8e5d57aa0327ddc6c207a93e6
3
+ metadata.gz: e699a4fb30aa37c3b318ef6f3e4700322fa8d413
4
+ data.tar.gz: e527cd290fa14217ed4438d0ed652c66c0a9cce0
5
5
  SHA512:
6
- metadata.gz: 2f7812b17912b03a86bf1eed39a470a6ccb089ec0d332881b9761753779cd78e42bf366153ddb5ae27db9aa039e477e9f03a3a15132e6cb7df5af9268f2d26c1
7
- data.tar.gz: 6b46f2329f29efdf23998dc191b7c4050b378bf50591a457a4fb77ef32b358ef25de55c451d907fd1d19ebe905cd176675e2e8182b86c7b651733fd1fe098487
6
+ metadata.gz: a5e0886243f6fe317bd295039257e1ac0e9773a978a288278e8dd9452ebd8b162adf21b33c8b2c8c75b083bae0aef73e1fcff2f8ba988e207581434b6afcab1a
7
+ data.tar.gz: e25ded1e91a52d4097b400f9d33bf9d46a63a93ad5562e1dd97ae36a42634af10b3e0f30566ee74d7996ba6b1eab9363bae02ac9571e61dd216b38bc703cbd33
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.930
1
+ 3.0.931
@@ -2570,10 +2570,13 @@ module TencentCloud
2570
2570
  # @param StreamName: RTMP推流地址自定义streamName
2571
2571
  # 注意:此字段可能返回 null,表示取不到有效值。
2572
2572
  # @type StreamName: String
2573
+ # @param SilentFrameSwitch: 是否开启静音帧(0:关闭;1 开启)
2574
+ # 注意:此字段可能返回 null,表示取不到有效值。
2575
+ # @type SilentFrameSwitch: Integer
2573
2576
 
2574
- attr_accessor :DeviceId, :Code, :Name, :AccessProtocol, :Type, :ClusterId, :ClusterName, :TransportProtocol, :Password, :Description, :SipId, :SipDomain, :SipIp, :SipPort, :PushStreamUrl, :Status, :OrganizationId, :GatewayId, :GatewayName, :ProtocolTypeName, :ProtocolType, :Ip, :Port, :Username, :Region, :Manufacturer, :AudioSwitch, :SubscribeSwitch, :AppName, :StreamName
2577
+ attr_accessor :DeviceId, :Code, :Name, :AccessProtocol, :Type, :ClusterId, :ClusterName, :TransportProtocol, :Password, :Description, :SipId, :SipDomain, :SipIp, :SipPort, :PushStreamUrl, :Status, :OrganizationId, :GatewayId, :GatewayName, :ProtocolTypeName, :ProtocolType, :Ip, :Port, :Username, :Region, :Manufacturer, :AudioSwitch, :SubscribeSwitch, :AppName, :StreamName, :SilentFrameSwitch
2575
2578
 
2576
- def initialize(deviceid=nil, code=nil, name=nil, accessprotocol=nil, type=nil, clusterid=nil, clustername=nil, transportprotocol=nil, password=nil, description=nil, sipid=nil, sipdomain=nil, sipip=nil, sipport=nil, pushstreamurl=nil, status=nil, organizationid=nil, gatewayid=nil, gatewayname=nil, protocoltypename=nil, protocoltype=nil, ip=nil, port=nil, username=nil, region=nil, manufacturer=nil, audioswitch=nil, subscribeswitch=nil, appname=nil, streamname=nil)
2579
+ def initialize(deviceid=nil, code=nil, name=nil, accessprotocol=nil, type=nil, clusterid=nil, clustername=nil, transportprotocol=nil, password=nil, description=nil, sipid=nil, sipdomain=nil, sipip=nil, sipport=nil, pushstreamurl=nil, status=nil, organizationid=nil, gatewayid=nil, gatewayname=nil, protocoltypename=nil, protocoltype=nil, ip=nil, port=nil, username=nil, region=nil, manufacturer=nil, audioswitch=nil, subscribeswitch=nil, appname=nil, streamname=nil, silentframeswitch=nil)
2577
2580
  @DeviceId = deviceid
2578
2581
  @Code = code
2579
2582
  @Name = name
@@ -2604,6 +2607,7 @@ module TencentCloud
2604
2607
  @SubscribeSwitch = subscribeswitch
2605
2608
  @AppName = appname
2606
2609
  @StreamName = streamname
2610
+ @SilentFrameSwitch = silentframeswitch
2607
2611
  end
2608
2612
 
2609
2613
  def deserialize(params)
@@ -2637,6 +2641,7 @@ module TencentCloud
2637
2641
  @SubscribeSwitch = params['SubscribeSwitch']
2638
2642
  @AppName = params['AppName']
2639
2643
  @StreamName = params['StreamName']
2644
+ @SilentFrameSwitch = params['SilentFrameSwitch']
2640
2645
  end
2641
2646
  end
2642
2647
 
@@ -7768,10 +7773,12 @@ module TencentCloud
7768
7773
  # @type AudioSwitch: Integer
7769
7774
  # @param SubscribeSwitch: 订阅开关(0:关闭;1:开启)默认开启,开启状态下会订阅设备通道变化,仅国标NVR设备有效
7770
7775
  # @type SubscribeSwitch: Integer
7776
+ # @param SilentFrameSwitch: 是否开启静音帧(0:关闭;1 开启)
7777
+ # @type SilentFrameSwitch: Integer
7771
7778
 
7772
- attr_accessor :DeviceId, :Name, :TransportProtocol, :Password, :Description, :Ip, :Port, :Username, :ProtocolType, :AudioSwitch, :SubscribeSwitch
7779
+ attr_accessor :DeviceId, :Name, :TransportProtocol, :Password, :Description, :Ip, :Port, :Username, :ProtocolType, :AudioSwitch, :SubscribeSwitch, :SilentFrameSwitch
7773
7780
 
7774
- def initialize(deviceid=nil, name=nil, transportprotocol=nil, password=nil, description=nil, ip=nil, port=nil, username=nil, protocoltype=nil, audioswitch=nil, subscribeswitch=nil)
7781
+ def initialize(deviceid=nil, name=nil, transportprotocol=nil, password=nil, description=nil, ip=nil, port=nil, username=nil, protocoltype=nil, audioswitch=nil, subscribeswitch=nil, silentframeswitch=nil)
7775
7782
  @DeviceId = deviceid
7776
7783
  @Name = name
7777
7784
  @TransportProtocol = transportprotocol
@@ -7783,6 +7790,7 @@ module TencentCloud
7783
7790
  @ProtocolType = protocoltype
7784
7791
  @AudioSwitch = audioswitch
7785
7792
  @SubscribeSwitch = subscribeswitch
7793
+ @SilentFrameSwitch = silentframeswitch
7786
7794
  end
7787
7795
 
7788
7796
  def deserialize(params)
@@ -7797,6 +7805,7 @@ module TencentCloud
7797
7805
  @ProtocolType = params['ProtocolType']
7798
7806
  @AudioSwitch = params['AudioSwitch']
7799
7807
  @SubscribeSwitch = params['SubscribeSwitch']
7808
+ @SilentFrameSwitch = params['SilentFrameSwitch']
7800
7809
  end
7801
7810
  end
7802
7811
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iss
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.930
4
+ version: 3.0.931
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-22 00:00:00.000000000 Z
11
+ date: 2024-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common