tencentcloud-sdk-trro 3.0.970 → 3.0.971

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: da9a2ee38a424e34234fd619d02351f984a891f9
4
- data.tar.gz: 61d7fa106b12b2880d45a780184c00e7bf3c2423
3
+ metadata.gz: 0e9366bfa1046597fc2b7192abad674df1f7ac86
4
+ data.tar.gz: 9dc633f979f0ee1a139862681faa946d807a318f
5
5
  SHA512:
6
- metadata.gz: 09af98c7f03b6c5230b739128008625d32b1a782913a24cac42396523f5a5d431acff23d05efa18d941681acc4225b160f1e07804caac73c25c775a286320065
7
- data.tar.gz: 62ecbeb186d038aa5a2e0f948bc992d075dd003e572310939ec0747a3269546275c1fbee520d96d837b25d3787a404c7e7247006f0bcd3aa1370cc84810ebc46
6
+ metadata.gz: 4f97489d2b2c46360df6c802b5dadf0ecfd9430572436b7cbbd643511fa9641842092597c400bf3bcef780ba84d9571c4e6eac6107965319981084ab561d206b
7
+ data.tar.gz: ddadd700e6147f35020922f4aca3c2286c9afd426c299e101d8bfd108db3089ba6976a705cb075ddc00a74556aea9ee10920d8739da259cedc9054839c8a12f7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.970
1
+ 3.0.971
@@ -1590,8 +1590,8 @@ module TencentCloud
1590
1590
 
1591
1591
  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
1592
1592
  extend Gem::Deprecate
1593
- deprecate :RenderConst, :none, 2024, 11
1594
- deprecate :RenderConst=, :none, 2024, 11
1593
+ deprecate :RenderConst, :none, 2024, 12
1594
+ deprecate :RenderConst=, :none, 2024, 12
1595
1595
 
1596
1596
  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)
1597
1597
  @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.970
4
+ version: 3.0.971
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-12-26 00:00:00.000000000 Z
11
+ date: 2024-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common