tencentcloud-sdk-trro 3.0.995 → 3.0.997

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: 80ad61b69b7cb3beff1043a05a2ee41a4f0cae45
4
- data.tar.gz: 977a43a32d1ecc9ad777a238eb17ca05fc99327b
3
+ metadata.gz: fa882449db1ca365c35b2bcf5aa7e318f5c5ebc1
4
+ data.tar.gz: c664c208f571c0b12308c797cf2b31e6fe9f5352
5
5
  SHA512:
6
- metadata.gz: 4b8a4af678ac947321b9a3970715f23b3557e16cb3dd98fe40b1e48c471f1a4afa7fafb6e2c96b885eacff39195cca83791846500443f93fa88ab8d88f79a510
7
- data.tar.gz: 8f65070e1f81c6d12bd6af97892032351f9052c527f163b95c39737214fd7fe5ffa9f099ae7487fe26615d30a2f8eb0b52a9cdbf66525c36b0168b1d108122da
6
+ metadata.gz: 5df432893e20f0182150867ae28c5f018161fbfed98e3bc3aa40ba8db25516b434669a9ce17f1bd8944b18f9fb57a0d8c4471ed77e218ecac7c9ac9c048fb5e7
7
+ data.tar.gz: f4c14f96623ffbfc623727146114403ffcbfbf2560b4a328e6ac35a4b1493048a5414a101a4a3bbde6e2b8a180ec09560da82b4585d7fc026bcbdbc81f9fd0f3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.995
1
+ 3.0.997
@@ -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.995
4
+ version: 3.0.997
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-10 00:00:00.000000000 Z
11
+ date: 2025-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common