tencentcloud-sdk-live 3.0.1064 → 3.0.1066
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 +6 -2
- 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: e87324a223dc5b16252196aea019c299c821b6c9
|
4
|
+
data.tar.gz: 8acd9def9b123ce9213d66d2dd9ee3b0f599dfef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4570d33ee177e107c7a85922e6b186ac6e2148e67ebad9e48b8acb890b9dcfa4618052e99185945b3ee6da34fdf25071a10294591c3bc8f3e593bd7294ca158
|
7
|
+
data.tar.gz: 8f3aa9e733201c1a927e27c343fd4915102a71bfd5c6c5f50f12e40068ba78e8771bd1d7f79750897ff1a676bab2021da094bbfe3eddf3973b3bc41fd77e1237
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1066
|
data/lib/v20180801/models.rb
CHANGED
@@ -13506,10 +13506,12 @@ module TencentCloud
|
|
13506
13506
|
# @type Flux: Float
|
13507
13507
|
# @param ServerIp: 推流服务端 IP。
|
13508
13508
|
# @type ServerIp: String
|
13509
|
+
# @param GopSize: 关键帧间隔 GOP ,单位:ms。
|
13510
|
+
# @type GopSize: Integer
|
13509
13511
|
|
13510
|
-
attr_accessor :Time, :PushDomain, :AppName, :ClientIp, :BeginPushTime, :Resolution, :VCodec, :ACodec, :Sequence, :VideoFps, :VideoRate, :AudioFps, :AudioRate, :LocalTs, :VideoTs, :AudioTs, :MetaVideoRate, :MetaAudioRate, :MateFps, :StreamParam, :Bandwidth, :Flux, :ServerIp
|
13512
|
+
attr_accessor :Time, :PushDomain, :AppName, :ClientIp, :BeginPushTime, :Resolution, :VCodec, :ACodec, :Sequence, :VideoFps, :VideoRate, :AudioFps, :AudioRate, :LocalTs, :VideoTs, :AudioTs, :MetaVideoRate, :MetaAudioRate, :MateFps, :StreamParam, :Bandwidth, :Flux, :ServerIp, :GopSize
|
13511
13513
|
|
13512
|
-
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, serverip=nil)
|
13514
|
+
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, serverip=nil, gopsize=nil)
|
13513
13515
|
@Time = time
|
13514
13516
|
@PushDomain = pushdomain
|
13515
13517
|
@AppName = appname
|
@@ -13533,6 +13535,7 @@ module TencentCloud
|
|
13533
13535
|
@Bandwidth = bandwidth
|
13534
13536
|
@Flux = flux
|
13535
13537
|
@ServerIp = serverip
|
13538
|
+
@GopSize = gopsize
|
13536
13539
|
end
|
13537
13540
|
|
13538
13541
|
def deserialize(params)
|
@@ -13559,6 +13562,7 @@ module TencentCloud
|
|
13559
13562
|
@Bandwidth = params['Bandwidth']
|
13560
13563
|
@Flux = params['Flux']
|
13561
13564
|
@ServerIp = params['ServerIp']
|
13565
|
+
@GopSize = params['GopSize']
|
13562
13566
|
end
|
13563
13567
|
end
|
13564
13568
|
|
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: 3.0.
|
4
|
+
version: 3.0.1066
|
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-05-
|
11
|
+
date: 2025-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|