tencentcloud-sdk-trro 3.0.978 → 3.0.979
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220325/models.rb +8 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91655706be52eaf7c89bd612fc9c75bffcd47d00
|
4
|
+
data.tar.gz: 04effa005d8230ae94a0985dad37e1acbf782e90
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a149a785bc27c10544070c1676cb2f69f4dcde9e719840d4989084721a0d6c4fefe425ad0c7256ce806e6c488bd035ca502b4879893679d5442d684c6e597d69
|
7
|
+
data.tar.gz: 0b30f215f94f49ee0c040201938a3ae2ad435d3a3adb5a9b9e8f11e84c080264067b96ad0fa12ae2d481fa12e1b120d74afbf0ff709e3f4ed6a55060796e5a2e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.979
|
data/lib/v20220325/models.rb
CHANGED
@@ -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,
|
1594
|
-
deprecate :RenderConst=, :none,
|
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.
|
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-
|
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
|