tencentcloud-sdk-trro 3.0.995 → 3.0.996

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 80ad61b69b7cb3beff1043a05a2ee41a4f0cae45
4
- data.tar.gz: 977a43a32d1ecc9ad777a238eb17ca05fc99327b
3
+ metadata.gz: c8c00fa2bbb8f32071e27f126a0d9d0684aa28b1
4
+ data.tar.gz: 6292e0b455447e09a8c7c4f99886fd863a7e04ca
5
5
  SHA512:
6
- metadata.gz: 4b8a4af678ac947321b9a3970715f23b3557e16cb3dd98fe40b1e48c471f1a4afa7fafb6e2c96b885eacff39195cca83791846500443f93fa88ab8d88f79a510
7
- data.tar.gz: 8f65070e1f81c6d12bd6af97892032351f9052c527f163b95c39737214fd7fe5ffa9f099ae7487fe26615d30a2f8eb0b52a9cdbf66525c36b0168b1d108122da
6
+ metadata.gz: 7ab97f252cd19ec6384588c5b551e0e96513aaebcbe61aa720fbeb6784998ea552101f56574187ecf6fd0ecf3b4b30d4847832867f7737995e851a26986c1f8b
7
+ data.tar.gz: dcbb91769818e3538495a7518da3e022397d21c882740f690e6f2c205353a7c1f956cd24b73f3c856c9a8488344ac0a3d73330f06b3003b7a4029623da0126b9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.995
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.995
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-10 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