tencentcloud-sdk-live 3.0.437 → 3.0.439
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 +9 -3
- 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: ce3239a0a7c5ff6f41d1b0df93dbcef78c889176
|
4
|
+
data.tar.gz: 076ca000a5e5cfef6a2b4801ea35b20c092a5c44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2af2d5c39b1db928bfeecdaf5dc51688023a25ba9143050a0507ed68bcde2c4bfb92325bfe439245444c329f740e543eab78c71f23088f4ff00c2d51f04bb236
|
7
|
+
data.tar.gz: aa6b52cb37e078b009f1011d358661c4d523cfca22a45a4ecd1d87c0119bce8f0ac36b2c5f39e4cdc2c270c2a447e6d00ce79c69a19cf4d29f7244cb544d524d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.439
|
data/lib/v20180801/models.rb
CHANGED
@@ -9822,16 +9822,20 @@ module TencentCloud
|
|
9822
9822
|
# @type ModuleCodec: String
|
9823
9823
|
# @param Bitrate: 码率。
|
9824
9824
|
# @type Bitrate: Integer
|
9825
|
-
# @param Type: 类型,包含:转码(Transcode),混流(MixStream),水印(WaterMark)。
|
9825
|
+
# @param Type: 类型,包含:转码(Transcode),混流(MixStream),水印(WaterMark),快直播(Webrtc)。
|
9826
9826
|
# @type Type: String
|
9827
9827
|
# @param PushDomain: 推流域名。
|
9828
9828
|
# @type PushDomain: String
|
9829
9829
|
# @param Resolution: 分辨率。
|
9830
9830
|
# @type Resolution: String
|
9831
|
+
# @param MainlandOrOversea: 地域:
|
9832
|
+
# Mainland:国内。
|
9833
|
+
# Overseas:海外。
|
9834
|
+
# @type MainlandOrOversea: String
|
9831
9835
|
|
9832
|
-
attr_accessor :StreamName, :StartTime, :EndTime, :Duration, :ModuleCodec, :Bitrate, :Type, :PushDomain, :Resolution
|
9836
|
+
attr_accessor :StreamName, :StartTime, :EndTime, :Duration, :ModuleCodec, :Bitrate, :Type, :PushDomain, :Resolution, :MainlandOrOversea
|
9833
9837
|
|
9834
|
-
def initialize(streamname=nil, starttime=nil, endtime=nil, duration=nil, modulecodec=nil, bitrate=nil, type=nil, pushdomain=nil, resolution=nil)
|
9838
|
+
def initialize(streamname=nil, starttime=nil, endtime=nil, duration=nil, modulecodec=nil, bitrate=nil, type=nil, pushdomain=nil, resolution=nil, mainlandoroversea=nil)
|
9835
9839
|
@StreamName = streamname
|
9836
9840
|
@StartTime = starttime
|
9837
9841
|
@EndTime = endtime
|
@@ -9841,6 +9845,7 @@ module TencentCloud
|
|
9841
9845
|
@Type = type
|
9842
9846
|
@PushDomain = pushdomain
|
9843
9847
|
@Resolution = resolution
|
9848
|
+
@MainlandOrOversea = mainlandoroversea
|
9844
9849
|
end
|
9845
9850
|
|
9846
9851
|
def deserialize(params)
|
@@ -9853,6 +9858,7 @@ module TencentCloud
|
|
9853
9858
|
@Type = params['Type']
|
9854
9859
|
@PushDomain = params['PushDomain']
|
9855
9860
|
@Resolution = params['Resolution']
|
9861
|
+
@MainlandOrOversea = params['MainlandOrOversea']
|
9856
9862
|
end
|
9857
9863
|
end
|
9858
9864
|
|
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.439
|
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-10-
|
11
|
+
date: 2022-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|