tencentcloud-sdk-live 1.0.285 → 1.0.288
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180801/models.rb +12 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26cb6cee6acc2f9178a1342b52b64986306436ae
|
4
|
+
data.tar.gz: 04034cc395798c5dedf7dbf3563d6cf3d867984c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b69165f34167c87d1bcb3321ebff198b5d109ce67fa0ceec5ad6706471ab0045e3dfa7e25b8f6b4161afc2f187b030b099335c3e88f69d8f66a889001f57a180
|
7
|
+
data.tar.gz: 3395a26a0ac706e3620cc1629ebff15262751c3b87d86b7914af2b54fa095e1a1dfeded89fcc5da73d7787a66888a5c4eb7fb2dbec11e99db5b20a6b5e27266e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.288
|
data/lib/v20180801/models.rb
CHANGED
@@ -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:
|
6058
|
+
# @param StartTime: 起始时间点,北京时间,格式为yyyy-mm-dd HH:MM:SS。
|
6059
6059
|
# @type StartTime: String
|
6060
|
-
# @param EndTime:
|
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.
|
4
|
+
version: 1.0.288
|
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-
|
11
|
+
date: 2022-03-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|