tencentcloud-sdk-trro 3.0.979 → 3.0.981

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 +0 -29
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 91655706be52eaf7c89bd612fc9c75bffcd47d00
4
- data.tar.gz: 04effa005d8230ae94a0985dad37e1acbf782e90
3
+ metadata.gz: fac82331f0aea5fb77b7fa018f35951107263c69
4
+ data.tar.gz: f68ee86dbb86cbe3862dd3e5788a735dc4bc34b5
5
5
  SHA512:
6
- metadata.gz: a149a785bc27c10544070c1676cb2f69f4dcde9e719840d4989084721a0d6c4fefe425ad0c7256ce806e6c488bd035ca502b4879893679d5442d684c6e597d69
7
- data.tar.gz: 0b30f215f94f49ee0c040201938a3ae2ad435d3a3adb5a9b9e8f11e84c080264067b96ad0fa12ae2d481fa12e1b120d74afbf0ff709e3f4ed6a55060796e5a2e
6
+ metadata.gz: 8a16196b137febf2c5cbc023884a8efb287d4175375c5ab14dd67db3127efcd3f54c05a574015d9ecfa3a9589cf032d4b2e6895f46fc73ad31142b7a93e6d5ef
7
+ data.tar.gz: 39170fc36a2a73a7a3664257a68125b008c1f5c8293fa7b67c66f15ba075d47a122e6114e34255b22b1776bad3ad7c9efcbddf468015fb7cfd0ace8ac61c2c7b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.979
1
+ 3.0.981
@@ -885,28 +885,20 @@ 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
911
903
  # @param LimitedTime: 月封顶时长(分钟)
912
904
  # @type LimitedTime: Integer
@@ -1526,70 +1518,49 @@ module TencentCloud
1526
1518
  # @param DeviceId: 设备ID
1527
1519
  # @type DeviceId: String
1528
1520
  # @param Ver: sdk版本
1529
- # 注意:此字段可能返回 null,表示取不到有效值。
1530
1521
  # @type Ver: String
1531
1522
  # @param SdkMode: 模式(p2p/server)
1532
- # 注意:此字段可能返回 null,表示取不到有效值。
1533
1523
  # @type SdkMode: String
1534
1524
  # @param DecodeCost: 解码耗时,单位:ms
1535
- # 注意:此字段可能返回 null,表示取不到有效值。
1536
1525
  # @type DecodeCost: Array
1537
1526
  # @param RenderConst: 【已废弃,使用RenderCost】
1538
1527
  # 注意:此字段可能返回 null,表示取不到有效值。
1539
1528
  # @type RenderConst: Array
1540
1529
  # @param K100: 卡顿k100
1541
- # 注意:此字段可能返回 null,表示取不到有效值。
1542
1530
  # @type K100: Array
1543
1531
  # @param K150: 卡顿k150
1544
- # 注意:此字段可能返回 null,表示取不到有效值。
1545
1532
  # @type K150: Array
1546
1533
  # @param NACK: nack请求数
1547
- # 注意:此字段可能返回 null,表示取不到有效值。
1548
1534
  # @type NACK: Array
1549
1535
  # @param BitRateEstimate: 服务端调控码率,单位:kbps
1550
- # 注意:此字段可能返回 null,表示取不到有效值。
1551
1536
  # @type BitRateEstimate: Array
1552
1537
  # @param Width: 宽度
1553
- # 注意:此字段可能返回 null,表示取不到有效值。
1554
1538
  # @type Width: Integer
1555
1539
  # @param Height: 高度
1556
- # 注意:此字段可能返回 null,表示取不到有效值。
1557
1540
  # @type Height: Integer
1558
1541
  # @param EncodeCost: 编码耗时,单位:ms
1559
- # 注意:此字段可能返回 null,表示取不到有效值。
1560
1542
  # @type EncodeCost: Array
1561
1543
  # @param CaptureCost: 采集耗时,单位:ms
1562
- # 注意:此字段可能返回 null,表示取不到有效值。
1563
1544
  # @type CaptureCost: Array
1564
1545
  # @param RenderCost: 渲染耗时,单位:ms
1565
- # 注意:此字段可能返回 null,表示取不到有效值。
1566
1546
  # @type RenderCost: Array
1567
1547
  # @param ConfigWidth: 配置宽度
1568
- # 注意:此字段可能返回 null,表示取不到有效值。
1569
1548
  # @type ConfigWidth: Integer
1570
1549
  # @param ConfigHeight: 配置高度
1571
- # 注意:此字段可能返回 null,表示取不到有效值。
1572
1550
  # @type ConfigHeight: Integer
1573
1551
  # @param FrameDelta: 平均帧间隔
1574
- # 注意:此字段可能返回 null,表示取不到有效值。
1575
1552
  # @type FrameDelta: Array
1576
1553
  # @param MaxFrameDelta: 最大帧间隔
1577
- # 注意:此字段可能返回 null,表示取不到有效值。
1578
1554
  # @type MaxFrameDelta: Array
1579
1555
  # @param TotalBitrateEstimate: 总码率评估,单位:kbps
1580
- # 注意:此字段可能返回 null,表示取不到有效值。
1581
1556
  # @type TotalBitrateEstimate: Array
1582
1557
  # @param Lag100Duration: 帧间隔大于100ms的卡顿时长
1583
- # 注意:此字段可能返回 null,表示取不到有效值。
1584
1558
  # @type Lag100Duration: Array
1585
1559
  # @param Lag150Duration: 帧间隔大于150ms的卡顿时长
1586
- # 注意:此字段可能返回 null,表示取不到有效值。
1587
1560
  # @type Lag150Duration: Array
1588
1561
  # @param MultiMode: 是否开启多网:0 单网,1 多网
1589
- # 注意:此字段可能返回 null,表示取不到有效值。
1590
1562
  # @type MultiMode: Integer
1591
1563
  # @param MultiNet: 多网卡信息
1592
- # 注意:此字段可能返回 null,表示取不到有效值。
1593
1564
  # @type MultiNet: Array
1594
1565
 
1595
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
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.979
4
+ version: 3.0.981
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-09 00:00:00.000000000 Z
11
+ date: 2025-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common