tencentcloud-sdk-trro 3.0.979 → 3.0.980

Sign up to get free protection for your applications and to get access to all the features.
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: 3fdb341c0238e0c814d1a626f89e1793b8e6fcdf
4
+ data.tar.gz: 4be46707e92c702e0632c8a5c692d732df431b32
5
5
  SHA512:
6
- metadata.gz: a149a785bc27c10544070c1676cb2f69f4dcde9e719840d4989084721a0d6c4fefe425ad0c7256ce806e6c488bd035ca502b4879893679d5442d684c6e597d69
7
- data.tar.gz: 0b30f215f94f49ee0c040201938a3ae2ad435d3a3adb5a9b9e8f11e84c080264067b96ad0fa12ae2d481fa12e1b120d74afbf0ff709e3f4ed6a55060796e5a2e
6
+ metadata.gz: 00377d49b12058ede5f876806f429c0a5617b6d92dfe563c71ab9af08f92645e84b9520617535c116542cdf50120c2664291ebb8b366164e919986022fc7a819
7
+ data.tar.gz: dc40da89acd5c7dabda73347994a768959b91c38e9de8363c21fbec4eedbb66c59601f694137c6d250e3f7a4511372f704a1102cc6e5511d144a6145f5075c8d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.979
1
+ 3.0.980
@@ -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.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-09 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