tencentcloud-sdk-mps 3.0.532 → 3.0.533

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190612/models.rb +14 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eda4f84a105fb3ab45aa2837864a2ec3c05249f9
4
- data.tar.gz: e7499f88a409ee0e1efd2602877f44333314a6c6
3
+ metadata.gz: 70a3eafedfd0ba4a778c7d638c7433f8743ff9c1
4
+ data.tar.gz: 018ea9d3be34b9d2fe094dae42da7cbd653b4be3
5
5
  SHA512:
6
- metadata.gz: 9b7f16f9526b822b268bcf38b565e11e65f78d30556db3b03c8165de53ae8d416e56b0c4e8795999cef9bdf73704d893818d94b57923c6e540a634b87a50deba
7
- data.tar.gz: f02dd4b3eb12ae8a205c204df8b39134be9738e27b82ab71d7ded775839754f64d533836c148697a24928687c57f6674f686f9c887d2aa85b2b872256d76ed8d
6
+ metadata.gz: 1a0abfbccea9069ae5bf0b42e60f817e5bc5c92d9bcd963b64964cfe2bcd73a80c1445e39c143c9c64150d5c422908977d36fb2d794b1e7e84b38e4270d5f6db
7
+ data.tar.gz: 35ae9722a53aadcdb73a13555ab44a71a8bef93445f47fe4570ed2d5771030344d5de87d9491b5d68cab7b98950debf077fe5c82b94cd6a63370f84910623703
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.532
1
+ 3.0.533
@@ -13371,10 +13371,13 @@ module TencentCloud
13371
13371
  # @type TEHDConfig: :class:`Tencentcloud::Mps.v20190612.models.TEHDConfigForUpdate`
13372
13372
  # @param SubtitleTemplate: 字幕流配置参数。
13373
13373
  # @type SubtitleTemplate: :class:`Tencentcloud::Mps.v20190612.models.SubtitleTemplate`
13374
+ # @param AddonAudioStream: 外挂音轨参数。
13375
+ # 注意:此字段可能返回 null,表示取不到有效值。
13376
+ # @type AddonAudioStream: Array
13374
13377
 
13375
- attr_accessor :Container, :RemoveVideo, :RemoveAudio, :VideoTemplate, :AudioTemplate, :TEHDConfig, :SubtitleTemplate
13378
+ attr_accessor :Container, :RemoveVideo, :RemoveAudio, :VideoTemplate, :AudioTemplate, :TEHDConfig, :SubtitleTemplate, :AddonAudioStream
13376
13379
 
13377
- def initialize(container=nil, removevideo=nil, removeaudio=nil, videotemplate=nil, audiotemplate=nil, tehdconfig=nil, subtitletemplate=nil)
13380
+ def initialize(container=nil, removevideo=nil, removeaudio=nil, videotemplate=nil, audiotemplate=nil, tehdconfig=nil, subtitletemplate=nil, addonaudiostream=nil)
13378
13381
  @Container = container
13379
13382
  @RemoveVideo = removevideo
13380
13383
  @RemoveAudio = removeaudio
@@ -13382,6 +13385,7 @@ module TencentCloud
13382
13385
  @AudioTemplate = audiotemplate
13383
13386
  @TEHDConfig = tehdconfig
13384
13387
  @SubtitleTemplate = subtitletemplate
13388
+ @AddonAudioStream = addonaudiostream
13385
13389
  end
13386
13390
 
13387
13391
  def deserialize(params)
@@ -13404,6 +13408,14 @@ module TencentCloud
13404
13408
  @SubtitleTemplate = SubtitleTemplate.new
13405
13409
  @SubtitleTemplate.deserialize(params['SubtitleTemplate'])
13406
13410
  end
13411
+ unless params['AddonAudioStream'].nil?
13412
+ @AddonAudioStream = []
13413
+ params['AddonAudioStream'].each do |i|
13414
+ mediainputinfo_tmp = MediaInputInfo.new
13415
+ mediainputinfo_tmp.deserialize(i)
13416
+ @AddonAudioStream << mediainputinfo_tmp
13417
+ end
13418
+ end
13407
13419
  end
13408
13420
  end
13409
13421
 
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.532
4
+ version: 3.0.533
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-17 00:00:00.000000000 Z
11
+ date: 2023-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common