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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2cb790343f00b879592a910b6bf0ab802a3d4741
4
- data.tar.gz: 53918abeb0a174880872dd3adfa567cd4f774f00
3
+ metadata.gz: ce3239a0a7c5ff6f41d1b0df93dbcef78c889176
4
+ data.tar.gz: 076ca000a5e5cfef6a2b4801ea35b20c092a5c44
5
5
  SHA512:
6
- metadata.gz: a737ed29f5e5ccf8a25e6be43e6402b9221816b458400358838071edaa2a8c7552c7b3e2220d1597ae2d91c796ba4422279dcf278ce34cd51c0a3bb9b91f983b
7
- data.tar.gz: 87c25589ef38c17f43a64dab9b5cae45552f8757c41d14a17f965f6d3ddadf790c1996a11f4ec5b4d4224749ac4dfa0bed2ea8849de2213da0124a48946bea4e
6
+ metadata.gz: 2af2d5c39b1db928bfeecdaf5dc51688023a25ba9143050a0507ed68bcde2c4bfb92325bfe439245444c329f740e543eab78c71f23088f4ff00c2d51f04bb236
7
+ data.tar.gz: aa6b52cb37e078b009f1011d358661c4d523cfca22a45a4ecd1d87c0119bce8f0ac36b2c5f39e4cdc2c270c2a447e6d00ce79c69a19cf4d29f7244cb544d524d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.437
1
+ 3.0.439
@@ -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.437
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-27 00:00:00.000000000 Z
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