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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190612/models.rb +14 -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: 70a3eafedfd0ba4a778c7d638c7433f8743ff9c1
|
|
4
|
+
data.tar.gz: 018ea9d3be34b9d2fe094dae42da7cbd653b4be3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a0abfbccea9069ae5bf0b42e60f817e5bc5c92d9bcd963b64964cfe2bcd73a80c1445e39c143c9c64150d5c422908977d36fb2d794b1e7e84b38e4270d5f6db
|
|
7
|
+
data.tar.gz: 35ae9722a53aadcdb73a13555ab44a71a8bef93445f47fe4570ed2d5771030344d5de87d9491b5d68cab7b98950debf077fe5c82b94cd6a63370f84910623703
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.533
|
data/lib/v20190612/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|