tencentcloud-sdk-trro 3.0.978 → 3.0.979

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: 2eec98d8d228da989ca8963f3b5305d57a1a7ad3
4
- data.tar.gz: b8c27f2f690c74ca0b487f980700b08c39402b5d
3
+ metadata.gz: 91655706be52eaf7c89bd612fc9c75bffcd47d00
4
+ data.tar.gz: 04effa005d8230ae94a0985dad37e1acbf782e90
5
5
  SHA512:
6
- metadata.gz: a94b150490ea5a8c9e0823a29e2250e221c894072d9c2340b6011517d943fef5a73318d54e6f4b6b12078560310a49a72c1e8a99a2e95ef58efc123d7eedbd59
7
- data.tar.gz: 9a000c2a793e2a526bff65577e70f44bc81fd0ff747381896d9c473f867c7b760c9dbd552c7b3657c98e6f7ecfe1446018b635b4e35f0c36df9b251cc01ba887
6
+ metadata.gz: a149a785bc27c10544070c1676cb2f69f4dcde9e719840d4989084721a0d6c4fefe425ad0c7256ce806e6c488bd035ca502b4879893679d5442d684c6e597d69
7
+ data.tar.gz: 0b30f215f94f49ee0c040201938a3ae2ad435d3a3adb5a9b9e8f11e84c080264067b96ad0fa12ae2d481fa12e1b120d74afbf0ff709e3f4ed6a55060796e5a2e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.978
1
+ 3.0.979
@@ -908,10 +908,12 @@ module TencentCloud
908
908
  # @param MonthlyRemainTime: 每月license的限定时长
909
909
  # 注意:此字段可能返回 null,表示取不到有效值。
910
910
  # @type MonthlyRemainTime: Integer
911
+ # @param LimitedTime: 月封顶时长(分钟)
912
+ # @type LimitedTime: Integer
911
913
 
912
- attr_accessor :DeviceId, :DeviceName, :LicenseCount, :RemainDay, :ExpireTime, :Duration, :LicenseIds, :MonthlyRemainTime
914
+ attr_accessor :DeviceId, :DeviceName, :LicenseCount, :RemainDay, :ExpireTime, :Duration, :LicenseIds, :MonthlyRemainTime, :LimitedTime
913
915
 
914
- def initialize(deviceid=nil, devicename=nil, licensecount=nil, remainday=nil, expiretime=nil, duration=nil, licenseids=nil, monthlyremaintime=nil)
916
+ def initialize(deviceid=nil, devicename=nil, licensecount=nil, remainday=nil, expiretime=nil, duration=nil, licenseids=nil, monthlyremaintime=nil, limitedtime=nil)
915
917
  @DeviceId = deviceid
916
918
  @DeviceName = devicename
917
919
  @LicenseCount = licensecount
@@ -920,6 +922,7 @@ module TencentCloud
920
922
  @Duration = duration
921
923
  @LicenseIds = licenseids
922
924
  @MonthlyRemainTime = monthlyremaintime
925
+ @LimitedTime = limitedtime
923
926
  end
924
927
 
925
928
  def deserialize(params)
@@ -931,6 +934,7 @@ module TencentCloud
931
934
  @Duration = params['Duration']
932
935
  @LicenseIds = params['LicenseIds']
933
936
  @MonthlyRemainTime = params['MonthlyRemainTime']
937
+ @LimitedTime = params['LimitedTime']
934
938
  end
935
939
  end
936
940
 
@@ -1590,8 +1594,8 @@ module TencentCloud
1590
1594
 
1591
1595
  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
1596
  extend Gem::Deprecate
1593
- deprecate :RenderConst, :none, 2024, 12
1594
- deprecate :RenderConst=, :none, 2024, 12
1597
+ deprecate :RenderConst, :none, 2025, 1
1598
+ deprecate :RenderConst=, :none, 2025, 1
1595
1599
 
1596
1600
  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
1601
  @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.978
4
+ version: 3.0.979
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-01-08 00:00:00.000000000 Z
11
+ date: 2025-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common