tencentcloud-sdk-mps 3.0.971 → 3.0.973

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ace74e75d364e430057f1d8212756ef4f95d1b1d
4
- data.tar.gz: e51610b6f23185f008c8114522127ba95cd3a9d0
3
+ metadata.gz: 65b12365ac486d924c70a4f39c94a8169dea4257
4
+ data.tar.gz: 5f090235d4e9bcbe7e1d0736be85fbe72c30b95d
5
5
  SHA512:
6
- metadata.gz: 9c96fb9c7fd4377c4cd39f27fb9e7f900986e3b1e437158406e4b62e5e80e6fb3937b69cad571f2ced9ed84bcaf3b72114f3b61c3be23a9ad3cf9af89b777bc8
7
- data.tar.gz: f768523d79601eea0d254ce9a768bda26205ad18bbc9644f63d1b674099c4e00bc49c92a1d9f5436f996498c9d174f9cceeeabc9914080ecea4d79abb0fc718f
6
+ metadata.gz: b4571e593710e2e6736ca8106875f981c49e36c6f1ad3239bb9fa4266d8ac8b6c0c2b2f4b7ceea45e5b4faed4a7ab67b286531a9da132b173b262051ce7892b4
7
+ data.tar.gz: e03810a1336e5059e200b309793f478f9bb3294e7a91eb5c56115740aeacdf8954f4726621481cf4a302fed354c033eba6ac36f44cb41838bdbb56688d57f402
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.971
1
+ 3.0.973
@@ -16844,10 +16844,12 @@ module TencentCloud
16844
16844
  # @type Zones: Array
16845
16845
  # @param RISTSettings: 转推RIST的配置。
16846
16846
  # @type RISTSettings: :class:`Tencentcloud::Mps.v20190612.models.CreateOutputRistSettings`
16847
+ # @param OutputType: 输出类型:Internet/TencentCSS/StreamLive
16848
+ # @type OutputType: String
16847
16849
 
16848
- attr_accessor :OutputId, :OutputName, :Description, :Protocol, :SRTSettings, :RTPSettings, :RTMPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings
16850
+ attr_accessor :OutputId, :OutputName, :Description, :Protocol, :SRTSettings, :RTPSettings, :RTMPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :OutputType
16849
16851
 
16850
- def initialize(outputid=nil, outputname=nil, description=nil, protocol=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil)
16852
+ def initialize(outputid=nil, outputname=nil, description=nil, protocol=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil, outputtype=nil)
16851
16853
  @OutputId = outputid
16852
16854
  @OutputName = outputname
16853
16855
  @Description = description
@@ -16860,6 +16862,7 @@ module TencentCloud
16860
16862
  @SecurityGroupIds = securitygroupids
16861
16863
  @Zones = zones
16862
16864
  @RISTSettings = ristsettings
16865
+ @OutputType = outputtype
16863
16866
  end
16864
16867
 
16865
16868
  def deserialize(params)
@@ -16887,6 +16890,7 @@ module TencentCloud
16887
16890
  @RISTSettings = CreateOutputRistSettings.new
16888
16891
  @RISTSettings.deserialize(params['RISTSettings'])
16889
16892
  end
16893
+ @OutputType = params['OutputType']
16890
16894
  end
16891
16895
  end
16892
16896
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mps
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.971
4
+ version: 3.0.973
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-29 00:00:00.000000000 Z
11
+ date: 2024-12-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common