tencentcloud-sdk-live 1.0.286 → 1.0.289

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13d069e13286b663c83c9a243c20a057a094bad2
4
- data.tar.gz: 7e99e987c0b8dbd1eb93ef7ab039f33e42d7fba7
3
+ metadata.gz: 7eb56dfee73c0a223cd2f2cc915c9cc04ad1c679
4
+ data.tar.gz: 40c9efcde672743c0c362ddf50d10e2f7ca2c20b
5
5
  SHA512:
6
- metadata.gz: bcc1b6406c2bf6a898f9c6fe500f7ce6e68f257ee87871e684b5acdb7c110cc6bc0497edc9aaff9a3ba83d9a7f4c6c586e7962364401c79759a3918eb43e16b7
7
- data.tar.gz: b5fb4dc332686ee35e28c13a3e1ae088085a4bc1777f8ec42a9bae773f78981c5b141cadd7ba000fd3607ef8239d7c250d36a315200dcd4da77fa09684988103
6
+ metadata.gz: 9eab6a0ac1784dbab933e6f0875236bb7e5f9e469317f508b8712f4b2808b8dd2bf33ccd9f55570d4302397df8ca61bcff424792b446f4374ec2cd7cf34662a3
7
+ data.tar.gz: e0d63fafa1d09c05c775ace83892d4be23540dfed7d2a678347aaa61f0e23d0a23b48621ef37bef3b847a43e7b282ebf3d193fbd100b5786ae870a78af0142a1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.286
1
+ 1.0.289
@@ -1051,7 +1051,7 @@ module TencentCloud
1051
1051
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1052
1052
  end
1053
1053
 
1054
- # 直播计费带宽和流量数据查询。
1054
+ # 直播播放带宽和流量数据查询。
1055
1055
 
1056
1056
  # @param request: Request instance for DescribeBillBandwidthAndFluxList.
1057
1057
  # @type request: :class:`Tencentcloud::live::V20180801::DescribeBillBandwidthAndFluxListRequest`
@@ -6055,9 +6055,9 @@ module TencentCloud
6055
6055
  class DescribeStreamPushInfoListRequest < TencentCloud::Common::AbstractModel
6056
6056
  # @param StreamName: 流名称。
6057
6057
  # @type StreamName: String
6058
- # @param StartTime: 起始时间点,格式为yyyy-mm-dd HH:MM:SS。
6058
+ # @param StartTime: 起始时间点,北京时间,格式为yyyy-mm-dd HH:MM:SS。
6059
6059
  # @type StartTime: String
6060
- # @param EndTime: 结束时间点,格式为yyyy-mm-dd HH:MM:SS,支持查询最近7天数据,建议查询时间跨度在3小时之内。
6060
+ # @param EndTime: 结束时间点,北京时间,格式为yyyy-mm-dd HH:MM:SS,支持查询最近7天数据,建议查询时间跨度在3小时之内。
6061
6061
  # @type EndTime: String
6062
6062
  # @param PushDomain: 推流域名。
6063
6063
  # @type PushDomain: String
@@ -8469,10 +8469,14 @@ module TencentCloud
8469
8469
  # @type MateFps: Integer
8470
8470
  # @param StreamParam: 推流参数
8471
8471
  # @type StreamParam: String
8472
+ # @param Bandwidth: 带宽,单位Mbps。
8473
+ # @type Bandwidth: Float
8474
+ # @param Flux: 流量,单位MB。
8475
+ # @type Flux: Float
8472
8476
 
8473
- attr_accessor :Time, :PushDomain, :AppName, :ClientIp, :BeginPushTime, :Resolution, :VCodec, :ACodec, :Sequence, :VideoFps, :VideoRate, :AudioFps, :AudioRate, :LocalTs, :VideoTs, :AudioTs, :MetaVideoRate, :MetaAudioRate, :MateFps, :StreamParam
8477
+ attr_accessor :Time, :PushDomain, :AppName, :ClientIp, :BeginPushTime, :Resolution, :VCodec, :ACodec, :Sequence, :VideoFps, :VideoRate, :AudioFps, :AudioRate, :LocalTs, :VideoTs, :AudioTs, :MetaVideoRate, :MetaAudioRate, :MateFps, :StreamParam, :Bandwidth, :Flux
8474
8478
 
8475
- def initialize(time=nil, pushdomain=nil, appname=nil, clientip=nil, beginpushtime=nil, resolution=nil, vcodec=nil, acodec=nil, sequence=nil, videofps=nil, videorate=nil, audiofps=nil, audiorate=nil, localts=nil, videots=nil, audiots=nil, metavideorate=nil, metaaudiorate=nil, matefps=nil, streamparam=nil)
8479
+ def initialize(time=nil, pushdomain=nil, appname=nil, clientip=nil, beginpushtime=nil, resolution=nil, vcodec=nil, acodec=nil, sequence=nil, videofps=nil, videorate=nil, audiofps=nil, audiorate=nil, localts=nil, videots=nil, audiots=nil, metavideorate=nil, metaaudiorate=nil, matefps=nil, streamparam=nil, bandwidth=nil, flux=nil)
8476
8480
  @Time = time
8477
8481
  @PushDomain = pushdomain
8478
8482
  @AppName = appname
@@ -8493,6 +8497,8 @@ module TencentCloud
8493
8497
  @MetaAudioRate = metaaudiorate
8494
8498
  @MateFps = matefps
8495
8499
  @StreamParam = streamparam
8500
+ @Bandwidth = bandwidth
8501
+ @Flux = flux
8496
8502
  end
8497
8503
 
8498
8504
  def deserialize(params)
@@ -8516,6 +8522,8 @@ module TencentCloud
8516
8522
  @MetaAudioRate = params['MetaAudioRate']
8517
8523
  @MateFps = params['MateFps']
8518
8524
  @StreamParam = params['StreamParam']
8525
+ @Bandwidth = params['Bandwidth']
8526
+ @Flux = params['Flux']
8519
8527
  end
8520
8528
  end
8521
8529
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-live
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.286
4
+ version: 1.0.289
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-28 00:00:00.000000000 Z
11
+ date: 2022-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common