tencentcloud-sdk-trro 3.0.978 → 3.0.980

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220325/models.rb +8 -33
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2eec98d8d228da989ca8963f3b5305d57a1a7ad3
4
- data.tar.gz: b8c27f2f690c74ca0b487f980700b08c39402b5d
3
+ metadata.gz: 3fdb341c0238e0c814d1a626f89e1793b8e6fcdf
4
+ data.tar.gz: 4be46707e92c702e0632c8a5c692d732df431b32
5
5
  SHA512:
6
- metadata.gz: a94b150490ea5a8c9e0823a29e2250e221c894072d9c2340b6011517d943fef5a73318d54e6f4b6b12078560310a49a72c1e8a99a2e95ef58efc123d7eedbd59
7
- data.tar.gz: 9a000c2a793e2a526bff65577e70f44bc81fd0ff747381896d9c473f867c7b760c9dbd552c7b3657c98e6f7ecfe1446018b635b4e35f0c36df9b251cc01ba887
6
+ metadata.gz: 00377d49b12058ede5f876806f429c0a5617b6d92dfe563c71ab9af08f92645e84b9520617535c116542cdf50120c2664291ebb8b366164e919986022fc7a819
7
+ data.tar.gz: dc40da89acd5c7dabda73347994a768959b91c38e9de8363c21fbec4eedbb66c59601f694137c6d250e3f7a4511372f704a1102cc6e5511d144a6145f5075c8d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.978
1
+ 3.0.980
@@ -885,33 +885,27 @@ module TencentCloud
885
885
  # 查询用户设备的授权绑定情况
886
886
  class Device < TencentCloud::Common::AbstractModel
887
887
  # @param DeviceId: 设备ID
888
- # 注意:此字段可能返回 null,表示取不到有效值。
889
888
  # @type DeviceId: String
890
889
  # @param DeviceName: 设备名称
891
- # 注意:此字段可能返回 null,表示取不到有效值。
892
890
  # @type DeviceName: String
893
891
  # @param LicenseCount: 已经绑定license数量
894
- # 注意:此字段可能返回 null,表示取不到有效值。
895
892
  # @type LicenseCount: Integer
896
893
  # @param RemainDay: 剩余天数:天
897
- # 注意:此字段可能返回 null,表示取不到有效值。
898
894
  # @type RemainDay: Integer
899
895
  # @param ExpireTime: 过期时间:s
900
- # 注意:此字段可能返回 null,表示取不到有效值。
901
896
  # @type ExpireTime: String
902
897
  # @param Duration: 服务时长:s
903
- # 注意:此字段可能返回 null,表示取不到有效值。
904
898
  # @type Duration: String
905
899
  # @param LicenseIds: 已经绑定licenseId列表
906
- # 注意:此字段可能返回 null,表示取不到有效值。
907
900
  # @type LicenseIds: Array
908
901
  # @param MonthlyRemainTime: 每月license的限定时长
909
- # 注意:此字段可能返回 null,表示取不到有效值。
910
902
  # @type MonthlyRemainTime: Integer
903
+ # @param LimitedTime: 月封顶时长(分钟)
904
+ # @type LimitedTime: Integer
911
905
 
912
- attr_accessor :DeviceId, :DeviceName, :LicenseCount, :RemainDay, :ExpireTime, :Duration, :LicenseIds, :MonthlyRemainTime
906
+ attr_accessor :DeviceId, :DeviceName, :LicenseCount, :RemainDay, :ExpireTime, :Duration, :LicenseIds, :MonthlyRemainTime, :LimitedTime
913
907
 
914
- def initialize(deviceid=nil, devicename=nil, licensecount=nil, remainday=nil, expiretime=nil, duration=nil, licenseids=nil, monthlyremaintime=nil)
908
+ def initialize(deviceid=nil, devicename=nil, licensecount=nil, remainday=nil, expiretime=nil, duration=nil, licenseids=nil, monthlyremaintime=nil, limitedtime=nil)
915
909
  @DeviceId = deviceid
916
910
  @DeviceName = devicename
917
911
  @LicenseCount = licensecount
@@ -920,6 +914,7 @@ module TencentCloud
920
914
  @Duration = duration
921
915
  @LicenseIds = licenseids
922
916
  @MonthlyRemainTime = monthlyremaintime
917
+ @LimitedTime = limitedtime
923
918
  end
924
919
 
925
920
  def deserialize(params)
@@ -931,6 +926,7 @@ module TencentCloud
931
926
  @Duration = params['Duration']
932
927
  @LicenseIds = params['LicenseIds']
933
928
  @MonthlyRemainTime = params['MonthlyRemainTime']
929
+ @LimitedTime = params['LimitedTime']
934
930
  end
935
931
  end
936
932
 
@@ -1522,76 +1518,55 @@ module TencentCloud
1522
1518
  # @param DeviceId: 设备ID
1523
1519
  # @type DeviceId: String
1524
1520
  # @param Ver: sdk版本
1525
- # 注意:此字段可能返回 null,表示取不到有效值。
1526
1521
  # @type Ver: String
1527
1522
  # @param SdkMode: 模式(p2p/server)
1528
- # 注意:此字段可能返回 null,表示取不到有效值。
1529
1523
  # @type SdkMode: String
1530
1524
  # @param DecodeCost: 解码耗时,单位:ms
1531
- # 注意:此字段可能返回 null,表示取不到有效值。
1532
1525
  # @type DecodeCost: Array
1533
1526
  # @param RenderConst: 【已废弃,使用RenderCost】
1534
1527
  # 注意:此字段可能返回 null,表示取不到有效值。
1535
1528
  # @type RenderConst: Array
1536
1529
  # @param K100: 卡顿k100
1537
- # 注意:此字段可能返回 null,表示取不到有效值。
1538
1530
  # @type K100: Array
1539
1531
  # @param K150: 卡顿k150
1540
- # 注意:此字段可能返回 null,表示取不到有效值。
1541
1532
  # @type K150: Array
1542
1533
  # @param NACK: nack请求数
1543
- # 注意:此字段可能返回 null,表示取不到有效值。
1544
1534
  # @type NACK: Array
1545
1535
  # @param BitRateEstimate: 服务端调控码率,单位:kbps
1546
- # 注意:此字段可能返回 null,表示取不到有效值。
1547
1536
  # @type BitRateEstimate: Array
1548
1537
  # @param Width: 宽度
1549
- # 注意:此字段可能返回 null,表示取不到有效值。
1550
1538
  # @type Width: Integer
1551
1539
  # @param Height: 高度
1552
- # 注意:此字段可能返回 null,表示取不到有效值。
1553
1540
  # @type Height: Integer
1554
1541
  # @param EncodeCost: 编码耗时,单位:ms
1555
- # 注意:此字段可能返回 null,表示取不到有效值。
1556
1542
  # @type EncodeCost: Array
1557
1543
  # @param CaptureCost: 采集耗时,单位:ms
1558
- # 注意:此字段可能返回 null,表示取不到有效值。
1559
1544
  # @type CaptureCost: Array
1560
1545
  # @param RenderCost: 渲染耗时,单位:ms
1561
- # 注意:此字段可能返回 null,表示取不到有效值。
1562
1546
  # @type RenderCost: Array
1563
1547
  # @param ConfigWidth: 配置宽度
1564
- # 注意:此字段可能返回 null,表示取不到有效值。
1565
1548
  # @type ConfigWidth: Integer
1566
1549
  # @param ConfigHeight: 配置高度
1567
- # 注意:此字段可能返回 null,表示取不到有效值。
1568
1550
  # @type ConfigHeight: Integer
1569
1551
  # @param FrameDelta: 平均帧间隔
1570
- # 注意:此字段可能返回 null,表示取不到有效值。
1571
1552
  # @type FrameDelta: Array
1572
1553
  # @param MaxFrameDelta: 最大帧间隔
1573
- # 注意:此字段可能返回 null,表示取不到有效值。
1574
1554
  # @type MaxFrameDelta: Array
1575
1555
  # @param TotalBitrateEstimate: 总码率评估,单位:kbps
1576
- # 注意:此字段可能返回 null,表示取不到有效值。
1577
1556
  # @type TotalBitrateEstimate: Array
1578
1557
  # @param Lag100Duration: 帧间隔大于100ms的卡顿时长
1579
- # 注意:此字段可能返回 null,表示取不到有效值。
1580
1558
  # @type Lag100Duration: Array
1581
1559
  # @param Lag150Duration: 帧间隔大于150ms的卡顿时长
1582
- # 注意:此字段可能返回 null,表示取不到有效值。
1583
1560
  # @type Lag150Duration: Array
1584
1561
  # @param MultiMode: 是否开启多网:0 单网,1 多网
1585
- # 注意:此字段可能返回 null,表示取不到有效值。
1586
1562
  # @type MultiMode: Integer
1587
1563
  # @param MultiNet: 多网卡信息
1588
- # 注意:此字段可能返回 null,表示取不到有效值。
1589
1564
  # @type MultiNet: Array
1590
1565
 
1591
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
1592
1567
  extend Gem::Deprecate
1593
- deprecate :RenderConst, :none, 2024, 12
1594
- deprecate :RenderConst=, :none, 2024, 12
1568
+ deprecate :RenderConst, :none, 2025, 1
1569
+ deprecate :RenderConst=, :none, 2025, 1
1595
1570
 
1596
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)
1597
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.978
4
+ version: 3.0.980
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-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common