tencentcloud-sdk-trro 3.0.1074 → 3.0.1094

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: 50e14bc74a6ea69796d458a91c7f7ccb1f0f6241
4
- data.tar.gz: 23dbd0cc60526e2996f9601e984855860edd38a7
3
+ metadata.gz: 2a8569e5e22b6c239dd7339e77179a30c5825982
4
+ data.tar.gz: b5bd8d999b10dc6ae6a3d1e14c6ae155fcaaa21b
5
5
  SHA512:
6
- metadata.gz: 3332533e8f4001cf96167824ede6d53ca8b5c6d7b5f34c0fc4d2d6c00eeac8656472eca1ce1f0d5d2e973b4ff90b41c1c9332bc7926ff1ffa7496c7cc25caa7b
7
- data.tar.gz: f0605bd425c7f705ad2c6fabd35e0d67ce7020c61abfc416b186067afb84b065cd11fdf589e815a35a12abd98cfc1ab2987ce795bd591e25339e90535b686e40
6
+ metadata.gz: 192a7462e49e25283f59814e73d52288d30b5d93d33733ef54356a14d11f5e1e0029fba06339ce684d0f84803f914d00de3495f36a2519191e822555c25a8734
7
+ data.tar.gz: d73696db7a4032da85fcf04ceba1997a211fdf732671af6c4a7439844f7a72361253275dc5a3e4dd10351aae74b77e5316fc5cdf4e4f9c6a2df7279cab885bbd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1094
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1830,8 +1830,8 @@ module TencentCloud
1830
1830
 
1831
1831
  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
1832
1832
  extend Gem::Deprecate
1833
- deprecate :RenderConst, :none, 2025, 5
1834
- deprecate :RenderConst=, :none, 2025, 5
1833
+ deprecate :RenderConst, :none, 2025, 6
1834
+ deprecate :RenderConst=, :none, 2025, 6
1835
1835
 
1836
1836
  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)
1837
1837
  @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.1074
4
+ version: 3.0.1094
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-06-04 00:00:00.000000000 Z
11
+ date: 2025-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common