tencentcloud-sdk-trro 3.0.994 → 3.0.996

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8bcedcd5f31f33af44f03c4ab5e18a28bc997b97
4
- data.tar.gz: 4977751aa58712541655e7fbfcc3bed74b897fd0
3
+ metadata.gz: c8c00fa2bbb8f32071e27f126a0d9d0684aa28b1
4
+ data.tar.gz: 6292e0b455447e09a8c7c4f99886fd863a7e04ca
5
5
  SHA512:
6
- metadata.gz: d173333da41158e7f851769564546fb3567893d6b2b7a87fe7eac2864f16772b3307b4a418761f939e2f45da6078b002b8bbaf1b8a67a0467523eab2a2fdda36
7
- data.tar.gz: abf527978382653d8263db10caf58855b368b9072dbbcdc08ec923a53b50f42d2715a4254257f3df147da03b41278bf6bfaef99b42fb38cffd1c3f4746ce1fd3
6
+ metadata.gz: 7ab97f252cd19ec6384588c5b551e0e96513aaebcbe61aa720fbeb6784998ea552101f56574187ecf6fd0ecf3b4b30d4847832867f7737995e851a26986c1f8b
7
+ data.tar.gz: dcbb91769818e3538495a7518da3e022397d21c882740f690e6f2c205353a7c1f956cd24b73f3c856c9a8488344ac0a3d73330f06b3003b7a4029623da0126b9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.994
1
+ 3.0.996
@@ -1565,8 +1565,8 @@ module TencentCloud
1565
1565
 
1566
1566
  attr_accessor :DeviceType, :StartTime, :EndTime, :SessionId, :Rate, :Fps, :Lost, :NetworkLatency, :VideoLatency, :CpuUsed, :MemUsed, :TimeOffset, :ProjectId, :DeviceId, :Ver, :SdkMode, :DecodeCost, :RenderConst, :K100, :K150, :NACK, :BitRateEstimate, :Width, :Height, :EncodeCost, :CaptureCost, :RenderCost, :ConfigWidth, :ConfigHeight, :FrameDelta, :MaxFrameDelta, :TotalBitrateEstimate, :Lag100Duration, :Lag150Duration, :MultiMode, :MultiNet
1567
1567
  extend Gem::Deprecate
1568
- deprecate :RenderConst, :none, 2025, 1
1569
- deprecate :RenderConst=, :none, 2025, 1
1568
+ deprecate :RenderConst, :none, 2025, 2
1569
+ deprecate :RenderConst=, :none, 2025, 2
1570
1570
 
1571
1571
  def initialize(devicetype=nil, starttime=nil, endtime=nil, sessionid=nil, rate=nil, fps=nil, lost=nil, networklatency=nil, videolatency=nil, cpuused=nil, memused=nil, timeoffset=nil, projectid=nil, deviceid=nil, ver=nil, sdkmode=nil, decodecost=nil, renderconst=nil, k100=nil, k150=nil, nack=nil, bitrateestimate=nil, width=nil, height=nil, encodecost=nil, capturecost=nil, rendercost=nil, configwidth=nil, configheight=nil, framedelta=nil, maxframedelta=nil, totalbitrateestimate=nil, lag100duration=nil, lag150duration=nil, multimode=nil, multinet=nil)
1572
1572
  @DeviceType = devicetype
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-trro
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.994
4
+ version: 3.0.996
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-09 00:00:00.000000000 Z
11
+ date: 2025-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common