tencentcloud-sdk-mps 3.0.909 → 3.0.911
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 +9 -4
- 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: 8991847b2f438b56f91afe10c0086e7166106b3d
|
4
|
+
data.tar.gz: ecde4d55d9a79c112331a9ee692757976dcbe802
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c67ab4be1b36b6d61991b4db36ef478d02057cb75f80b3261cb4c0cdc24c3c9e588a2ade6ea608795dfe85cc6d397ec587a229baa2a21f456e3a0cb9fec358ac
|
7
|
+
data.tar.gz: 5fd3fb9c33d3e7147e8ad8b4f377996782192fd378b9eecdea86dada2f669c7d2abbb843cfff23f576a812dc1ea386a2dc2672c5977b8c74e9a52430c3b25f3c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.911
|
data/lib/v20190612/models.rb
CHANGED
@@ -9717,7 +9717,7 @@ module TencentCloud
|
|
9717
9717
|
# <li>默认值:10;</li>
|
9718
9718
|
# <li>最大值:100。</li>
|
9719
9719
|
# @type Limit: Integer
|
9720
|
-
# @param Type: "Preset":预设,Custom"
|
9720
|
+
# @param Type: "Preset":预设,Custom":自定义模板
|
9721
9721
|
# @type Type: String
|
9722
9722
|
# @param Name: 媒体质检模板标识过滤条件,长度限制:64 个字符。
|
9723
9723
|
# @type Name: String
|
@@ -16051,10 +16051,12 @@ module TencentCloud
|
|
16051
16051
|
# @type MaxConcurrent: Integer
|
16052
16052
|
# @param SecurityGroupIds: 绑定的安全组 ID。 仅支持关联一组安全组。
|
16053
16053
|
# @type SecurityGroupIds: Array
|
16054
|
+
# @param Zones: 可用区
|
16055
|
+
# @type Zones: Array
|
16054
16056
|
|
16055
|
-
attr_accessor :OutputId, :OutputName, :Description, :Protocol, :SRTSettings, :RTPSettings, :RTMPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds
|
16057
|
+
attr_accessor :OutputId, :OutputName, :Description, :Protocol, :SRTSettings, :RTPSettings, :RTMPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones
|
16056
16058
|
|
16057
|
-
def initialize(outputid=nil, outputname=nil, description=nil, protocol=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil)
|
16059
|
+
def initialize(outputid=nil, outputname=nil, description=nil, protocol=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil)
|
16058
16060
|
@OutputId = outputid
|
16059
16061
|
@OutputName = outputname
|
16060
16062
|
@Description = description
|
@@ -16065,6 +16067,7 @@ module TencentCloud
|
|
16065
16067
|
@AllowIpList = allowiplist
|
16066
16068
|
@MaxConcurrent = maxconcurrent
|
16067
16069
|
@SecurityGroupIds = securitygroupids
|
16070
|
+
@Zones = zones
|
16068
16071
|
end
|
16069
16072
|
|
16070
16073
|
def deserialize(params)
|
@@ -16087,6 +16090,7 @@ module TencentCloud
|
|
16087
16090
|
@AllowIpList = params['AllowIpList']
|
16088
16091
|
@MaxConcurrent = params['MaxConcurrent']
|
16089
16092
|
@SecurityGroupIds = params['SecurityGroupIds']
|
16093
|
+
@Zones = params['Zones']
|
16090
16094
|
end
|
16091
16095
|
end
|
16092
16096
|
|
@@ -17918,6 +17922,7 @@ module TencentCloud
|
|
17918
17922
|
# @param InputInfo: 媒体处理的文件输入信息。
|
17919
17923
|
# @type InputInfo: :class:`Tencentcloud::Mps.v20190612.models.MediaInputInfo`
|
17920
17924
|
# @param OutputStorage: 媒体处理输出文件的目标存储。不填则继承 InputInfo 中的存储位置。
|
17925
|
+
# 注意:当InputInfo.Type为URL时,该参数是必填项
|
17921
17926
|
# @type OutputStorage: :class:`Tencentcloud::Mps.v20190612.models.TaskOutputStorage`
|
17922
17927
|
# @param OutputDir: 媒体处理生成的文件输出的目标目录,必选以 / 开头和结尾,如`/movie/201907/`。
|
17923
17928
|
# 如果不填,表示与 InputInfo 中文件所在的目录一致。
|
@@ -21306,7 +21311,7 @@ module TencentCloud
|
|
21306
21311
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
21307
21312
|
# @type Gop: Integer
|
21308
21313
|
# @param FillType: 填充方式,当视频流配置宽高参数与原始视频的宽高比不一致时,对转码的处理方式,即为“填充”。可选填充方式:
|
21309
|
-
#
|
21314
|
+
# <li> stretch:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“;</li>
|
21310
21315
|
# <li>black:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。</li>
|
21311
21316
|
# <li>white:留白,保持视频宽高比不变,边缘剩余部分使用白色填充。</li>
|
21312
21317
|
# <li>gauss:高斯模糊,保持视频宽高比不变,边缘剩余部分使用高斯模糊填充。</li>
|
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.911
|
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-09-
|
11
|
+
date: 2024-09-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|