tencentcloud-sdk-mps 3.0.994 → 3.0.995
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 +65 -14
- 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: 855171cadc41a7653e2633265176236169699e4e
|
4
|
+
data.tar.gz: bd509e105577974748788ae235117c204c3e095b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1173dfce00350f266126ea64c4c570532c83d41ad96619fb1cf3680755fe9dfe85b9e1ec231c5d379f42cde5b6af578579682cbf1ddff5d343a2fd81435f05e3
|
7
|
+
data.tar.gz: bb93c434530ac4e1059d7c4b47d6cd0dfbc4baa524daa655f3fac0475782ab8acb2dc6f967b48086ab9f4cfe747a43c6bf125caf9e9d1311d03923db90ef9a7f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.995
|
data/lib/v20190612/models.rb
CHANGED
@@ -2028,8 +2028,8 @@ module TencentCloud
|
|
2028
2028
|
|
2029
2029
|
attr_accessor :SegmentSet, :SubtitlePath, :OutputStorage
|
2030
2030
|
extend Gem::Deprecate
|
2031
|
-
deprecate :OutputStorage, :none, 2025,
|
2032
|
-
deprecate :OutputStorage=, :none, 2025,
|
2031
|
+
deprecate :OutputStorage, :none, 2025, 2
|
2032
|
+
deprecate :OutputStorage=, :none, 2025, 2
|
2033
2033
|
|
2034
2034
|
def initialize(segmentset=nil, subtitlepath=nil, outputstorage=nil)
|
2035
2035
|
@SegmentSet = segmentset
|
@@ -6826,10 +6826,12 @@ module TencentCloud
|
|
6826
6826
|
# @type OutputType: String
|
6827
6827
|
# @param RISTSettings: 输出的RIST的配置。
|
6828
6828
|
# @type RISTSettings: :class:`Tencentcloud::Mps.v20190612.models.CreateOutputRistSettings`
|
6829
|
+
# @param PidSelector: 对于含有多个音/视频轨的流,可以指定需要使用的轨道
|
6830
|
+
# @type PidSelector: :class:`Tencentcloud::Mps.v20190612.models.PidSelector`
|
6829
6831
|
|
6830
|
-
attr_accessor :OutputName, :Description, :Protocol, :OutputRegion, :SRTSettings, :RTMPSettings, :RTPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :OutputType, :RISTSettings
|
6832
|
+
attr_accessor :OutputName, :Description, :Protocol, :OutputRegion, :SRTSettings, :RTMPSettings, :RTPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :OutputType, :RISTSettings, :PidSelector
|
6831
6833
|
|
6832
|
-
def initialize(outputname=nil, description=nil, protocol=nil, outputregion=nil, srtsettings=nil, rtmpsettings=nil, rtpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, outputtype=nil, ristsettings=nil)
|
6834
|
+
def initialize(outputname=nil, description=nil, protocol=nil, outputregion=nil, srtsettings=nil, rtmpsettings=nil, rtpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, outputtype=nil, ristsettings=nil, pidselector=nil)
|
6833
6835
|
@OutputName = outputname
|
6834
6836
|
@Description = description
|
6835
6837
|
@Protocol = protocol
|
@@ -6843,6 +6845,7 @@ module TencentCloud
|
|
6843
6845
|
@Zones = zones
|
6844
6846
|
@OutputType = outputtype
|
6845
6847
|
@RISTSettings = ristsettings
|
6848
|
+
@PidSelector = pidselector
|
6846
6849
|
end
|
6847
6850
|
|
6848
6851
|
def deserialize(params)
|
@@ -6871,6 +6874,10 @@ module TencentCloud
|
|
6871
6874
|
@RISTSettings = CreateOutputRistSettings.new
|
6872
6875
|
@RISTSettings.deserialize(params['RISTSettings'])
|
6873
6876
|
end
|
6877
|
+
unless params['PidSelector'].nil?
|
6878
|
+
@PidSelector = PidSelector.new
|
6879
|
+
@PidSelector.deserialize(params['PidSelector'])
|
6880
|
+
end
|
6874
6881
|
end
|
6875
6882
|
end
|
6876
6883
|
|
@@ -9139,10 +9146,14 @@ module TencentCloud
|
|
9139
9146
|
# @type EventId: String
|
9140
9147
|
# @param Region: 媒体传输输入流所属的区域,取值和InputRegion相同。
|
9141
9148
|
# @type Region: String
|
9149
|
+
# @param AllowedInputProtocols: 该Flow允许创建的输入协议
|
9150
|
+
# @type AllowedInputProtocols: Array
|
9151
|
+
# @param AllowedOutputProtocols: 该Flow允许创建的输出协议
|
9152
|
+
# @type AllowedOutputProtocols: Array
|
9142
9153
|
|
9143
|
-
attr_accessor :FlowId, :FlowName, :State, :MaxBandwidth, :InputGroup, :OutputGroup, :EventId, :Region
|
9154
|
+
attr_accessor :FlowId, :FlowName, :State, :MaxBandwidth, :InputGroup, :OutputGroup, :EventId, :Region, :AllowedInputProtocols, :AllowedOutputProtocols
|
9144
9155
|
|
9145
|
-
def initialize(flowid=nil, flowname=nil, state=nil, maxbandwidth=nil, inputgroup=nil, outputgroup=nil, eventid=nil, region=nil)
|
9156
|
+
def initialize(flowid=nil, flowname=nil, state=nil, maxbandwidth=nil, inputgroup=nil, outputgroup=nil, eventid=nil, region=nil, allowedinputprotocols=nil, allowedoutputprotocols=nil)
|
9146
9157
|
@FlowId = flowid
|
9147
9158
|
@FlowName = flowname
|
9148
9159
|
@State = state
|
@@ -9151,6 +9162,8 @@ module TencentCloud
|
|
9151
9162
|
@OutputGroup = outputgroup
|
9152
9163
|
@EventId = eventid
|
9153
9164
|
@Region = region
|
9165
|
+
@AllowedInputProtocols = allowedinputprotocols
|
9166
|
+
@AllowedOutputProtocols = allowedoutputprotocols
|
9154
9167
|
end
|
9155
9168
|
|
9156
9169
|
def deserialize(params)
|
@@ -9176,6 +9189,8 @@ module TencentCloud
|
|
9176
9189
|
end
|
9177
9190
|
@EventId = params['EventId']
|
9178
9191
|
@Region = params['Region']
|
9192
|
+
@AllowedInputProtocols = params['AllowedInputProtocols']
|
9193
|
+
@AllowedOutputProtocols = params['AllowedOutputProtocols']
|
9179
9194
|
end
|
9180
9195
|
end
|
9181
9196
|
|
@@ -9798,10 +9813,12 @@ module TencentCloud
|
|
9798
9813
|
# @param RISTSettings: 输出的RIST配置信息。
|
9799
9814
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9800
9815
|
# @type RISTSettings: :class:`Tencentcloud::Mps.v20190612.models.DescribeOutputRISTSettings`
|
9816
|
+
# @param PidSelector: 对于含有多个音/视频轨的流,可以指定需要使用的轨道
|
9817
|
+
# @type PidSelector: :class:`Tencentcloud::Mps.v20190612.models.PidSelector`
|
9801
9818
|
|
9802
|
-
attr_accessor :OutputId, :OutputName, :OutputType, :Description, :Protocol, :OutputAddressList, :OutputRegion, :SRTSettings, :RTPSettings, :RTMPSettings, :RTMPPullSettings, :AllowIpList, :RTSPPullSettings, :HLSPullSettings, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings
|
9819
|
+
attr_accessor :OutputId, :OutputName, :OutputType, :Description, :Protocol, :OutputAddressList, :OutputRegion, :SRTSettings, :RTPSettings, :RTMPSettings, :RTMPPullSettings, :AllowIpList, :RTSPPullSettings, :HLSPullSettings, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :PidSelector
|
9803
9820
|
|
9804
|
-
def initialize(outputid=nil, outputname=nil, outputtype=nil, description=nil, protocol=nil, outputaddresslist=nil, outputregion=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, rtmppullsettings=nil, allowiplist=nil, rtsppullsettings=nil, hlspullsettings=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil)
|
9821
|
+
def initialize(outputid=nil, outputname=nil, outputtype=nil, description=nil, protocol=nil, outputaddresslist=nil, outputregion=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, rtmppullsettings=nil, allowiplist=nil, rtsppullsettings=nil, hlspullsettings=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil, pidselector=nil)
|
9805
9822
|
@OutputId = outputid
|
9806
9823
|
@OutputName = outputname
|
9807
9824
|
@OutputType = outputtype
|
@@ -9820,6 +9837,7 @@ module TencentCloud
|
|
9820
9837
|
@SecurityGroupIds = securitygroupids
|
9821
9838
|
@Zones = zones
|
9822
9839
|
@RISTSettings = ristsettings
|
9840
|
+
@PidSelector = pidselector
|
9823
9841
|
end
|
9824
9842
|
|
9825
9843
|
def deserialize(params)
|
@@ -9869,6 +9887,10 @@ module TencentCloud
|
|
9869
9887
|
@RISTSettings = DescribeOutputRISTSettings.new
|
9870
9888
|
@RISTSettings.deserialize(params['RISTSettings'])
|
9871
9889
|
end
|
9890
|
+
unless params['PidSelector'].nil?
|
9891
|
+
@PidSelector = PidSelector.new
|
9892
|
+
@PidSelector.deserialize(params['PidSelector'])
|
9893
|
+
end
|
9872
9894
|
end
|
9873
9895
|
end
|
9874
9896
|
|
@@ -14128,10 +14150,10 @@ module TencentCloud
|
|
14128
14150
|
|
14129
14151
|
attr_accessor :QualityControlResults, :DiagnoseResults, :QualityControlResultSet, :DiagnoseResultSet
|
14130
14152
|
extend Gem::Deprecate
|
14131
|
-
deprecate :QualityControlResults, :none, 2025,
|
14132
|
-
deprecate :QualityControlResults=, :none, 2025,
|
14133
|
-
deprecate :DiagnoseResults, :none, 2025,
|
14134
|
-
deprecate :DiagnoseResults=, :none, 2025,
|
14153
|
+
deprecate :QualityControlResults, :none, 2025, 2
|
14154
|
+
deprecate :QualityControlResults=, :none, 2025, 2
|
14155
|
+
deprecate :DiagnoseResults, :none, 2025, 2
|
14156
|
+
deprecate :DiagnoseResults=, :none, 2025, 2
|
14135
14157
|
|
14136
14158
|
def initialize(qualitycontrolresults=nil, diagnoseresults=nil, qualitycontrolresultset=nil, diagnoseresultset=nil)
|
14137
14159
|
@QualityControlResults = qualitycontrolresults
|
@@ -17094,10 +17116,12 @@ module TencentCloud
|
|
17094
17116
|
# @type RISTSettings: :class:`Tencentcloud::Mps.v20190612.models.CreateOutputRistSettings`
|
17095
17117
|
# @param OutputType: 输出类型:Internet/TencentCSS/StreamLive
|
17096
17118
|
# @type OutputType: String
|
17119
|
+
# @param PidSelector: 对于含有多个音/视频轨的流,可以指定需要使用的轨道
|
17120
|
+
# @type PidSelector: :class:`Tencentcloud::Mps.v20190612.models.PidSelector`
|
17097
17121
|
|
17098
|
-
attr_accessor :OutputId, :OutputName, :Description, :Protocol, :SRTSettings, :RTPSettings, :RTMPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :OutputType
|
17122
|
+
attr_accessor :OutputId, :OutputName, :Description, :Protocol, :SRTSettings, :RTPSettings, :RTMPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :OutputType, :PidSelector
|
17099
17123
|
|
17100
|
-
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)
|
17124
|
+
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, pidselector=nil)
|
17101
17125
|
@OutputId = outputid
|
17102
17126
|
@OutputName = outputname
|
17103
17127
|
@Description = description
|
@@ -17111,6 +17135,7 @@ module TencentCloud
|
|
17111
17135
|
@Zones = zones
|
17112
17136
|
@RISTSettings = ristsettings
|
17113
17137
|
@OutputType = outputtype
|
17138
|
+
@PidSelector = pidselector
|
17114
17139
|
end
|
17115
17140
|
|
17116
17141
|
def deserialize(params)
|
@@ -17139,6 +17164,10 @@ module TencentCloud
|
|
17139
17164
|
@RISTSettings.deserialize(params['RISTSettings'])
|
17140
17165
|
end
|
17141
17166
|
@OutputType = params['OutputType']
|
17167
|
+
unless params['PidSelector'].nil?
|
17168
|
+
@PidSelector = PidSelector.new
|
17169
|
+
@PidSelector.deserialize(params['PidSelector'])
|
17170
|
+
end
|
17142
17171
|
end
|
17143
17172
|
end
|
17144
17173
|
|
@@ -18456,6 +18485,28 @@ module TencentCloud
|
|
18456
18485
|
end
|
18457
18486
|
end
|
18458
18487
|
|
18488
|
+
# 对于含有多个音/视频轨的流,可以指定需要使用的轨道
|
18489
|
+
class PidSelector < TencentCloud::Common::AbstractModel
|
18490
|
+
# @param AudioPID: 对于含有多音轨的流, 可以通过输入PID来指定需要使用的音轨,PID可以输入1到8191之间的正整数。
|
18491
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18492
|
+
# @type AudioPID: Array
|
18493
|
+
# @param VideoPID: 对于含有多个视频轨的流,可以通过输入PID来指定需要使用的视频轨,PID可以输入1到8191之间的正整数。
|
18494
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18495
|
+
# @type VideoPID: Array
|
18496
|
+
|
18497
|
+
attr_accessor :AudioPID, :VideoPID
|
18498
|
+
|
18499
|
+
def initialize(audiopid=nil, videopid=nil)
|
18500
|
+
@AudioPID = audiopid
|
18501
|
+
@VideoPID = videopid
|
18502
|
+
end
|
18503
|
+
|
18504
|
+
def deserialize(params)
|
18505
|
+
@AudioPID = params['AudioPID']
|
18506
|
+
@VideoPID = params['VideoPID']
|
18507
|
+
end
|
18508
|
+
end
|
18509
|
+
|
18459
18510
|
# 语音涉敏任务控制参数
|
18460
18511
|
class PoliticalAsrReviewTemplateInfo < TencentCloud::Common::AbstractModel
|
18461
18512
|
# @param Switch: 语音涉敏任务开关,可选值:
|
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.995
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|