tencentcloud-sdk-trro 3.0.614 → 3.0.615

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 +62 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cdcf147c276c950d3ab1b10a144ee5bc29ba170f
4
- data.tar.gz: 3fef29ab58cfef4b9e24f19166180672b5c5a6d8
3
+ metadata.gz: 52bcac3ee44039aedda700211729a3dac408d558
4
+ data.tar.gz: 43d044462f7d3c2a8fa6f82fd6c5cb9da4e6ddd6
5
5
  SHA512:
6
- metadata.gz: 32ca82186284a1df91f00b2f8c3e92bc0fd54b672d054f502eced9bfd52683b2287e7a3039f1988fd457aedc4fa77a6aba8147d4de30058f311adcc3cf964e50
7
- data.tar.gz: 0a1e4f6a24e2a66d7fe2ec0cbfbaa8547c0125abd35c1d7e3d05e89ebe04d01c9e115bd58cf835cff5f4885614372ea465c422adcaf0c62a4642f355da1d54fa
6
+ metadata.gz: af1de4fd2a623b923d4bba876c81e375b22b759fccc9b24c602773726c2ce3fe555a48924585bba93ebed821578d42479e9d06d9c72d29f049abb2c50704f6a1
7
+ data.tar.gz: cb13cb49b2bc6629b7d29ab17a377cc9648e4936e7f8654c3e879da548de1a35c3fb17210c23974722d396fd44b2cdb61341fdc1907a62361796e4f69d2ecb63
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.614
1
+ 3.0.615
@@ -1477,10 +1477,46 @@ module TencentCloud
1477
1477
  # @type ProjectId: String
1478
1478
  # @param DeviceId: 设备ID
1479
1479
  # @type DeviceId: String
1480
+ # @param Ver: sdk版本
1481
+ # 注意:此字段可能返回 null,表示取不到有效值。
1482
+ # @type Ver: String
1483
+ # @param SdkMode: 模式(p2p/server)
1484
+ # 注意:此字段可能返回 null,表示取不到有效值。
1485
+ # @type SdkMode: String
1486
+ # @param DecodeCost: 解码耗时,单位:ms
1487
+ # 注意:此字段可能返回 null,表示取不到有效值。
1488
+ # @type DecodeCost: Array
1489
+ # @param RenderConst: 渲染耗时,单位:ms
1490
+ # 注意:此字段可能返回 null,表示取不到有效值。
1491
+ # @type RenderConst: Array
1492
+ # @param K100: 卡顿k100
1493
+ # 注意:此字段可能返回 null,表示取不到有效值。
1494
+ # @type K100: Array
1495
+ # @param K150: 卡顿k150
1496
+ # 注意:此字段可能返回 null,表示取不到有效值。
1497
+ # @type K150: Array
1498
+ # @param NACK: nack请求数
1499
+ # 注意:此字段可能返回 null,表示取不到有效值。
1500
+ # @type NACK: Array
1501
+ # @param BitRateEstimate: 服务端调控码率,单位:kbps
1502
+ # 注意:此字段可能返回 null,表示取不到有效值。
1503
+ # @type BitRateEstimate: Array
1504
+ # @param Width: 宽度
1505
+ # 注意:此字段可能返回 null,表示取不到有效值。
1506
+ # @type Width: Integer
1507
+ # @param Height: 高度
1508
+ # 注意:此字段可能返回 null,表示取不到有效值。
1509
+ # @type Height: Integer
1510
+ # @param EncodeCost: 编码耗时,单位:ms
1511
+ # 注意:此字段可能返回 null,表示取不到有效值。
1512
+ # @type EncodeCost: Array
1513
+ # @param CaptureCost: 采集耗时,单位:ms
1514
+ # 注意:此字段可能返回 null,表示取不到有效值。
1515
+ # @type CaptureCost: Array
1480
1516
 
1481
- attr_accessor :DeviceType, :StartTime, :EndTime, :SessionId, :Rate, :Fps, :Lost, :NetworkLatency, :VideoLatency, :CpuUsed, :MemUsed, :TimeOffset, :ProjectId, :DeviceId
1517
+ 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
1482
1518
 
1483
- 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)
1519
+ 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)
1484
1520
  @DeviceType = devicetype
1485
1521
  @StartTime = starttime
1486
1522
  @EndTime = endtime
@@ -1495,6 +1531,18 @@ module TencentCloud
1495
1531
  @TimeOffset = timeoffset
1496
1532
  @ProjectId = projectid
1497
1533
  @DeviceId = deviceid
1534
+ @Ver = ver
1535
+ @SdkMode = sdkmode
1536
+ @DecodeCost = decodecost
1537
+ @RenderConst = renderconst
1538
+ @K100 = k100
1539
+ @K150 = k150
1540
+ @NACK = nack
1541
+ @BitRateEstimate = bitrateestimate
1542
+ @Width = width
1543
+ @Height = height
1544
+ @EncodeCost = encodecost
1545
+ @CaptureCost = capturecost
1498
1546
  end
1499
1547
 
1500
1548
  def deserialize(params)
@@ -1512,6 +1560,18 @@ module TencentCloud
1512
1560
  @TimeOffset = params['TimeOffset']
1513
1561
  @ProjectId = params['ProjectId']
1514
1562
  @DeviceId = params['DeviceId']
1563
+ @Ver = params['Ver']
1564
+ @SdkMode = params['SdkMode']
1565
+ @DecodeCost = params['DecodeCost']
1566
+ @RenderConst = params['RenderConst']
1567
+ @K100 = params['K100']
1568
+ @K150 = params['K150']
1569
+ @NACK = params['NACK']
1570
+ @BitRateEstimate = params['BitRateEstimate']
1571
+ @Width = params['Width']
1572
+ @Height = params['Height']
1573
+ @EncodeCost = params['EncodeCost']
1574
+ @CaptureCost = params['CaptureCost']
1515
1575
  end
1516
1576
  end
1517
1577
 
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.614
4
+ version: 3.0.615
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-17 00:00:00.000000000 Z
11
+ date: 2023-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common