tencentcloud-sdk-mps 3.0.1161 → 3.0.1165
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 +25 -19
- 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: 8ce11259729954228281c6d66a520ba16595bd4e
|
|
4
|
+
data.tar.gz: 0cbafa62e6f704eb31f4427fc51c62632a5d9824
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2945feb7c01c7b18b2c1ec57d2fdb2fd03a6d456279bc073c5b70db01e8f7076640ed3a25468b2e2b18ecac9be1a03e4372ecd72f1df008b58f33d59708a8782
|
|
7
|
+
data.tar.gz: 44b263af8366ad274fa6861d1bbe623514fd36e0186c45ef1238a4c4497df2c0b573061eb495697123689c049ae0d6cf663919e6b707530ccc4f5ea2a9946a9b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1165
|
data/lib/v20190612/models.rb
CHANGED
|
@@ -2492,8 +2492,8 @@ module TencentCloud
|
|
|
2492
2492
|
|
|
2493
2493
|
attr_accessor :SegmentSet, :SubtitlePath, :OutputStorage
|
|
2494
2494
|
extend Gem::Deprecate
|
|
2495
|
-
deprecate :OutputStorage, :none, 2025,
|
|
2496
|
-
deprecate :OutputStorage=, :none, 2025,
|
|
2495
|
+
deprecate :OutputStorage, :none, 2025, 11
|
|
2496
|
+
deprecate :OutputStorage=, :none, 2025, 11
|
|
2497
2497
|
|
|
2498
2498
|
def initialize(segmentset=nil, subtitlepath=nil, outputstorage=nil)
|
|
2499
2499
|
@SegmentSet = segmentset
|
|
@@ -7152,8 +7152,8 @@ module TencentCloud
|
|
|
7152
7152
|
# 注意:
|
|
7153
7153
|
# 此值只是区分模板类型,任务使用RemoveAudio和RemoveVideo的值
|
|
7154
7154
|
# @type PureAudio: Integer
|
|
7155
|
-
# @param SegmentType:
|
|
7156
|
-
#
|
|
7155
|
+
# @param SegmentType: 分片类型,可选值: <li>ts-segment:HLS+TS 切片</li> <li>ts-byterange:HLS+TS byte range</li> <li>mp4-segment:HLS+MP4 切片</li> <li>mp4-byterange:HLS+MP4 byte range</li> <li>ts-packed-audio:TS+Packed Audio</li> <li>mp4-packed-audio:MP4+Packed Audio</li> 默认值:ts-segment
|
|
7156
|
+
# 注:自适应码流的分片格式以此字段为准
|
|
7157
7157
|
# @type SegmentType: String
|
|
7158
7158
|
|
|
7159
7159
|
attr_accessor :Format, :StreamInfos, :Name, :DisableHigherVideoBitrate, :DisableHigherVideoResolution, :Comment, :PureAudio, :SegmentType
|
|
@@ -7959,8 +7959,8 @@ module TencentCloud
|
|
|
7959
7959
|
|
|
7960
7960
|
attr_accessor :OutputName, :Description, :Protocol, :OutputRegion, :OutputType, :OutputKind, :SRTSettings, :RTMPSettings, :RTPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :PidSelector, :StreamSelector
|
|
7961
7961
|
extend Gem::Deprecate
|
|
7962
|
-
deprecate :PidSelector, :none, 2025,
|
|
7963
|
-
deprecate :PidSelector=, :none, 2025,
|
|
7962
|
+
deprecate :PidSelector, :none, 2025, 11
|
|
7963
|
+
deprecate :PidSelector=, :none, 2025, 11
|
|
7964
7964
|
|
|
7965
7965
|
def initialize(outputname=nil, description=nil, protocol=nil, outputregion=nil, outputtype=nil, outputkind=nil, srtsettings=nil, rtmpsettings=nil, rtpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil, pidselector=nil, streamselector=nil)
|
|
7966
7966
|
@OutputName = outputname
|
|
@@ -8873,14 +8873,17 @@ module TencentCloud
|
|
|
8873
8873
|
# @type InputGroup: Array
|
|
8874
8874
|
# @param EventId: 该Flow关联的媒体传输事件ID,每个flow只能关联一个Event。
|
|
8875
8875
|
# @type EventId: String
|
|
8876
|
+
# @param OutputGroup: 流的输出组。
|
|
8877
|
+
# @type OutputGroup: :class:`Tencentcloud::Mps.v20190612.models.CreateOutputInfo`
|
|
8876
8878
|
|
|
8877
|
-
attr_accessor :FlowName, :MaxBandwidth, :InputGroup, :EventId
|
|
8879
|
+
attr_accessor :FlowName, :MaxBandwidth, :InputGroup, :EventId, :OutputGroup
|
|
8878
8880
|
|
|
8879
|
-
def initialize(flowname=nil, maxbandwidth=nil, inputgroup=nil, eventid=nil)
|
|
8881
|
+
def initialize(flowname=nil, maxbandwidth=nil, inputgroup=nil, eventid=nil, outputgroup=nil)
|
|
8880
8882
|
@FlowName = flowname
|
|
8881
8883
|
@MaxBandwidth = maxbandwidth
|
|
8882
8884
|
@InputGroup = inputgroup
|
|
8883
8885
|
@EventId = eventid
|
|
8886
|
+
@OutputGroup = outputgroup
|
|
8884
8887
|
end
|
|
8885
8888
|
|
|
8886
8889
|
def deserialize(params)
|
|
@@ -8895,6 +8898,10 @@ module TencentCloud
|
|
|
8895
8898
|
end
|
|
8896
8899
|
end
|
|
8897
8900
|
@EventId = params['EventId']
|
|
8901
|
+
unless params['OutputGroup'].nil?
|
|
8902
|
+
@OutputGroup = CreateOutputInfo.new
|
|
8903
|
+
@OutputGroup.deserialize(params['OutputGroup'])
|
|
8904
|
+
end
|
|
8898
8905
|
end
|
|
8899
8906
|
end
|
|
8900
8907
|
|
|
@@ -11692,8 +11699,8 @@ module TencentCloud
|
|
|
11692
11699
|
|
|
11693
11700
|
attr_accessor :OutputId, :OutputName, :OutputType, :OutputKind, :Description, :Protocol, :OutputAddressList, :OutputRegion, :SRTSettings, :RTPSettings, :RTMPSettings, :RTMPPullSettings, :AllowIpList, :RTSPPullSettings, :HLSPullSettings, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :PidSelector, :StreamUrls, :StreamSelector
|
|
11694
11701
|
extend Gem::Deprecate
|
|
11695
|
-
deprecate :PidSelector, :none, 2025,
|
|
11696
|
-
deprecate :PidSelector=, :none, 2025,
|
|
11702
|
+
deprecate :PidSelector, :none, 2025, 11
|
|
11703
|
+
deprecate :PidSelector=, :none, 2025, 11
|
|
11697
11704
|
|
|
11698
11705
|
def initialize(outputid=nil, outputname=nil, outputtype=nil, outputkind=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, streamurls=nil, streamselector=nil)
|
|
11699
11706
|
@OutputId = outputid
|
|
@@ -14749,8 +14756,8 @@ module TencentCloud
|
|
|
14749
14756
|
|
|
14750
14757
|
attr_accessor :TaskType, :EvaluationTypeSet, :EvaluationRangeType, :ContrastInfoSet, :ContrastMediaSet, :ContrastTemplateSet, :StartTime, :EndTime, :StartFrameIndex, :EndFrameIndex, :ResolutionAlignmentMode, :BitrateSet, :VCRFSet
|
|
14751
14758
|
extend Gem::Deprecate
|
|
14752
|
-
deprecate :ContrastInfoSet, :none, 2025,
|
|
14753
|
-
deprecate :ContrastInfoSet=, :none, 2025,
|
|
14759
|
+
deprecate :ContrastInfoSet, :none, 2025, 11
|
|
14760
|
+
deprecate :ContrastInfoSet=, :none, 2025, 11
|
|
14754
14761
|
|
|
14755
14762
|
def initialize(tasktype=nil, evaluationtypeset=nil, evaluationrangetype=nil, contrastinfoset=nil, contrastmediaset=nil, contrasttemplateset=nil, starttime=nil, endtime=nil, startframeindex=nil, endframeindex=nil, resolutionalignmentmode=nil, bitrateset=nil, vcrfset=nil)
|
|
14756
14763
|
@TaskType = tasktype
|
|
@@ -16970,10 +16977,10 @@ module TencentCloud
|
|
|
16970
16977
|
|
|
16971
16978
|
attr_accessor :QualityControlResults, :DiagnoseResults, :QualityControlResultSet, :DiagnoseResultSet
|
|
16972
16979
|
extend Gem::Deprecate
|
|
16973
|
-
deprecate :QualityControlResults, :none, 2025,
|
|
16974
|
-
deprecate :QualityControlResults=, :none, 2025,
|
|
16975
|
-
deprecate :DiagnoseResults, :none, 2025,
|
|
16976
|
-
deprecate :DiagnoseResults=, :none, 2025,
|
|
16980
|
+
deprecate :QualityControlResults, :none, 2025, 11
|
|
16981
|
+
deprecate :QualityControlResults=, :none, 2025, 11
|
|
16982
|
+
deprecate :DiagnoseResults, :none, 2025, 11
|
|
16983
|
+
deprecate :DiagnoseResults=, :none, 2025, 11
|
|
16977
16984
|
|
|
16978
16985
|
def initialize(qualitycontrolresults=nil, diagnoseresults=nil, qualitycontrolresultset=nil, diagnoseresultset=nil)
|
|
16979
16986
|
@QualityControlResults = qualitycontrolresults
|
|
@@ -20086,8 +20093,8 @@ module TencentCloud
|
|
|
20086
20093
|
|
|
20087
20094
|
attr_accessor :OutputId, :OutputName, :Description, :Protocol, :OutputKind, :SRTSettings, :RTPSettings, :RTMPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :OutputType, :PidSelector, :StreamSelector
|
|
20088
20095
|
extend Gem::Deprecate
|
|
20089
|
-
deprecate :PidSelector, :none, 2025,
|
|
20090
|
-
deprecate :PidSelector=, :none, 2025,
|
|
20096
|
+
deprecate :PidSelector, :none, 2025, 11
|
|
20097
|
+
deprecate :PidSelector=, :none, 2025, 11
|
|
20091
20098
|
|
|
20092
20099
|
def initialize(outputid=nil, outputname=nil, description=nil, protocol=nil, outputkind=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil, outputtype=nil, pidselector=nil, streamselector=nil)
|
|
20093
20100
|
@OutputId = outputid
|
|
@@ -28031,7 +28038,6 @@ module TencentCloud
|
|
|
28031
28038
|
# @type Vcrf: Integer
|
|
28032
28039
|
# @param HlsTime: 分片平均时长,范围:(0-10],单位:秒
|
|
28033
28040
|
# 不填表示自动,将根据视频的GOP等特征自动选择合适的分片时长。
|
|
28034
|
-
# 注意:只能在封装格式hls的情况下使用
|
|
28035
28041
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
28036
28042
|
# @type HlsTime: Integer
|
|
28037
28043
|
# @param SegmentType: hls 分片类型,可选值 :
|
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.1165
|
|
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-11-
|
|
11
|
+
date: 2025-11-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|