tencentcloud-sdk-vod 3.0.1140 → 3.0.1144

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af694517a75220ea1e59a3ba4ca6e3ebd0309230
4
- data.tar.gz: 66e35cb3aca273826b864921273e78383c123998
3
+ metadata.gz: b63361cc234c47d4cfbd64e8b8d16168b3050c75
4
+ data.tar.gz: 6305ca96d6aa0d408de5a40c04d6fbdcd62b5a5f
5
5
  SHA512:
6
- metadata.gz: ed22a048be51e507a55633bbfa55783119d59a8eb384e2572d988094384f1b3b134635cc408f9ffab123bcac095bfe52e22bcde14d2aef913d28a5e8e8fad31c
7
- data.tar.gz: 46dec7b906293f9489607e887b2669987ab6aa93dd03af26630d735c31623de8d388b47eaf1b68f021ab2c57e2e00d2bb44f0c82e250df7da84d2b0a0113f0fc
6
+ metadata.gz: 87c8d4460d476e7a8fbd4e5ebc924ba9341abac20f5a7a90366da51d6d74c49cfa753a617cc31f57c4b961a17f1cef556a4365ad1ae1eb0e057eff58c4a38f9e
7
+ data.tar.gz: eb3b14befd3cf265310b3e64ab70cfff4ac4a48740df81e7797166aaac0154e75b9ca96e77defa4fea4b23711fe944d2a5e6a1cd81f5eecd9f06d6c09f283da1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1140
1
+ 3.0.1144
@@ -4718,9 +4718,7 @@ module TencentCloud
4718
4718
  # - 剪辑固化:将剪辑出来的视频保存成独立的视频,拥有独立 FileId;适用于将精彩片段长久保存的场景;
4719
4719
  # - 剪辑不固化:剪辑得到的视频附属于输入文件,没有独立 FileId;适用于将精彩片段临时分享的场景。
4720
4720
 
4721
- # 裁剪精度支持粗略裁剪和精确裁剪:
4722
- # - 粗略剪辑:基于输入 m3u8 文件进行裁剪,其最小剪辑精度为一个 ts 切片,无法实现秒级或者更为精确的剪辑精度。
4723
- # - 精确剪辑:按照 StartTimeOffset 和 EndTimeOffset 参数进行精确裁剪。使用精确裁剪需要开通[即时转码](/document/product/266/102174)的功能。
4721
+ # 该接口基于输入 m3u8 文件进行裁剪,其最小剪辑精度为一个 ts 切片,无法实现秒级或者更为精确的剪辑精度。
4724
4722
 
4725
4723
  # ### 剪辑固化
4726
4724
  # 所谓剪辑固化,是指将剪辑出来的视频保存成一个独立的视频(拥有独立的 FileId)。其生命周期不受原始输入视频影响(即使原始输入视频被删除,剪辑结果也不会受到任何影响);也可以对其进行转码、微信发布等二次处理。
@@ -2144,8 +2144,8 @@ module TencentCloud
2144
2144
 
2145
2145
  attr_accessor :Name, :SegmentSet, :RecognitionSegmentSet
2146
2146
  extend Gem::Deprecate
2147
- deprecate :SegmentSet, :none, 2025, 8
2148
- deprecate :SegmentSet=, :none, 2025, 8
2147
+ deprecate :SegmentSet, :none, 2025, 9
2148
+ deprecate :SegmentSet=, :none, 2025, 9
2149
2149
 
2150
2150
  def initialize(name=nil, segmentset=nil, recognitionsegmentset=nil)
2151
2151
  @Name = name
@@ -4291,8 +4291,8 @@ module TencentCloud
4291
4291
 
4292
4292
  attr_accessor :Switch, :SubtitleFormats, :SubtitleFormat, :SrcLanguage, :SubtitleName
4293
4293
  extend Gem::Deprecate
4294
- deprecate :SubtitleFormat, :none, 2025, 8
4295
- deprecate :SubtitleFormat=, :none, 2025, 8
4294
+ deprecate :SubtitleFormat, :none, 2025, 9
4295
+ deprecate :SubtitleFormat=, :none, 2025, 9
4296
4296
 
4297
4297
  def initialize(switch=nil, subtitleformats=nil, subtitleformat=nil, srclanguage=nil, subtitlename=nil)
4298
4298
  @Switch = switch
@@ -4335,8 +4335,8 @@ module TencentCloud
4335
4335
 
4336
4336
  attr_accessor :Switch, :SubtitleFormatsOperation, :SubtitleFormat, :SrcLanguage, :SubtitleName
4337
4337
  extend Gem::Deprecate
4338
- deprecate :SubtitleFormat, :none, 2025, 8
4339
- deprecate :SubtitleFormat=, :none, 2025, 8
4338
+ deprecate :SubtitleFormat, :none, 2025, 9
4339
+ deprecate :SubtitleFormat=, :none, 2025, 9
4340
4340
 
4341
4341
  def initialize(switch=nil, subtitleformatsoperation=nil, subtitleformat=nil, srclanguage=nil, subtitlename=nil)
4342
4342
  @Switch = switch
@@ -7498,8 +7498,8 @@ module TencentCloud
7498
7498
 
7499
7499
  attr_accessor :Name, :SubAppId, :Comment, :MediaProcessTask, :AiContentReviewTask, :AiAnalysisTask, :AiRecognitionTaskSet, :AiRecognitionTask, :ReviewAudioVideoTask
7500
7500
  extend Gem::Deprecate
7501
- deprecate :AiRecognitionTask, :none, 2025, 8
7502
- deprecate :AiRecognitionTask=, :none, 2025, 8
7501
+ deprecate :AiRecognitionTask, :none, 2025, 9
7502
+ deprecate :AiRecognitionTask=, :none, 2025, 9
7503
7503
 
7504
7504
  def initialize(name=nil, subappid=nil, comment=nil, mediaprocesstask=nil, aicontentreviewtask=nil, aianalysistask=nil, airecognitiontaskset=nil, airecognitiontask=nil, reviewaudiovideotask=nil)
7505
7505
  @Name = name
@@ -10708,8 +10708,8 @@ module TencentCloud
10708
10708
 
10709
10709
  attr_accessor :DomainName, :Domain, :Scheme, :PlayKey, :RequestId
10710
10710
  extend Gem::Deprecate
10711
- deprecate :DomainName, :none, 2025, 8
10712
- deprecate :DomainName=, :none, 2025, 8
10711
+ deprecate :DomainName, :none, 2025, 9
10712
+ deprecate :DomainName=, :none, 2025, 9
10713
10713
 
10714
10714
  def initialize(domainname=nil, domain=nil, scheme=nil, playkey=nil, requestid=nil)
10715
10715
  @DomainName = domainname
@@ -11415,7 +11415,6 @@ module TencentCloud
11415
11415
  # @type EndTime: String
11416
11416
  # @param LicenseType: License 类型,默认为 CommercialDRMLicense 。目前支持的 License 类型包括:
11417
11417
  # <li> CommercialDRMLicense: 商业级 DRM License</li>
11418
- # <li> JITEncryptionDRMLicense: 即时加密 DRM License</li>
11419
11418
  # @type LicenseType: String
11420
11419
  # @param SubAppId: <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
11421
11420
  # @type SubAppId: Integer
@@ -12183,8 +12182,8 @@ module TencentCloud
12183
12182
 
12184
12183
  attr_accessor :SubAppId, :RoundPlayIds, :Status, :CreateTime, :UpdateTime, :ScrollToken, :Offset, :Limit
12185
12184
  extend Gem::Deprecate
12186
- deprecate :Offset, :none, 2025, 8
12187
- deprecate :Offset=, :none, 2025, 8
12185
+ deprecate :Offset, :none, 2025, 9
12186
+ deprecate :Offset=, :none, 2025, 9
12188
12187
 
12189
12188
  def initialize(subappid=nil, roundplayids=nil, status=nil, createtime=nil, updatetime=nil, scrolltoken=nil, offset=nil, limit=nil)
12190
12189
  @SubAppId = subappid
@@ -12228,8 +12227,8 @@ module TencentCloud
12228
12227
 
12229
12228
  attr_accessor :TotalCount, :RoundPlaySet, :ScrollToken, :RequestId
12230
12229
  extend Gem::Deprecate
12231
- deprecate :TotalCount, :none, 2025, 8
12232
- deprecate :TotalCount=, :none, 2025, 8
12230
+ deprecate :TotalCount, :none, 2025, 9
12231
+ deprecate :TotalCount=, :none, 2025, 9
12233
12232
 
12234
12233
  def initialize(totalcount=nil, roundplayset=nil, scrolltoken=nil, requestid=nil)
12235
12234
  @TotalCount = totalcount
@@ -14753,8 +14752,8 @@ module TencentCloud
14753
14752
 
14754
14753
  attr_accessor :Uv, :Uid
14755
14754
  extend Gem::Deprecate
14756
- deprecate :Uid, :none, 2025, 8
14757
- deprecate :Uid=, :none, 2025, 8
14755
+ deprecate :Uid, :none, 2025, 9
14756
+ deprecate :Uid=, :none, 2025, 9
14758
14757
 
14759
14758
  def initialize(uv=nil, uid=nil)
14760
14759
  @Uv = uv
@@ -17058,8 +17057,8 @@ module TencentCloud
17058
17057
 
17059
17058
  attr_accessor :StartTimeOffset, :EndTimeOffset, :Confidence, :Suggestion, :Name, :Label, :Url, :AreaCoordSet, :PicUrlExpireTimeStamp, :PicUrlExpireTime
17060
17059
  extend Gem::Deprecate
17061
- deprecate :PicUrlExpireTimeStamp, :none, 2025, 8
17062
- deprecate :PicUrlExpireTimeStamp=, :none, 2025, 8
17060
+ deprecate :PicUrlExpireTimeStamp, :none, 2025, 9
17061
+ deprecate :PicUrlExpireTimeStamp=, :none, 2025, 9
17063
17062
 
17064
17063
  def initialize(starttimeoffset=nil, endtimeoffset=nil, confidence=nil, suggestion=nil, name=nil, label=nil, url=nil, areacoordset=nil, picurlexpiretimestamp=nil, picurlexpiretime=nil)
17065
17064
  @StartTimeOffset = starttimeoffset
@@ -17113,8 +17112,8 @@ module TencentCloud
17113
17112
 
17114
17113
  attr_accessor :StartTimeOffset, :EndTimeOffset, :Confidence, :Label, :Suggestion, :Url, :PicUrlExpireTimeStamp, :PicUrlExpireTime
17115
17114
  extend Gem::Deprecate
17116
- deprecate :PicUrlExpireTimeStamp, :none, 2025, 8
17117
- deprecate :PicUrlExpireTimeStamp=, :none, 2025, 8
17115
+ deprecate :PicUrlExpireTimeStamp, :none, 2025, 9
17116
+ deprecate :PicUrlExpireTimeStamp=, :none, 2025, 9
17118
17117
 
17119
17118
  def initialize(starttimeoffset=nil, endtimeoffset=nil, confidence=nil, label=nil, suggestion=nil, url=nil, picurlexpiretimestamp=nil, picurlexpiretime=nil)
17120
17119
  @StartTimeOffset = starttimeoffset
@@ -18704,8 +18703,8 @@ module TencentCloud
18704
18703
 
18705
18704
  attr_accessor :Duration, :Transitions, :MediaTransitions
18706
18705
  extend Gem::Deprecate
18707
- deprecate :Transitions, :none, 2025, 8
18708
- deprecate :Transitions=, :none, 2025, 8
18706
+ deprecate :Transitions, :none, 2025, 9
18707
+ deprecate :Transitions=, :none, 2025, 9
18709
18708
 
18710
18709
  def initialize(duration=nil, transitions=nil, mediatransitions=nil)
18711
18710
  @Duration = duration
@@ -22166,10 +22165,10 @@ module TencentCloud
22166
22165
 
22167
22166
  attr_accessor :TaskId, :Status, :ErrCode, :Message, :FileId, :FileName, :FileUrl, :MetaData, :MediaProcessResultSet, :AiContentReviewResultSet, :AiAnalysisResultSet, :AiRecognitionResultSet, :TasksPriority, :TasksNotifyMode, :SessionContext, :SessionId, :Operator, :OperationType
22168
22167
  extend Gem::Deprecate
22169
- deprecate :ErrCode, :none, 2025, 8
22170
- deprecate :ErrCode=, :none, 2025, 8
22171
- deprecate :Message, :none, 2025, 8
22172
- deprecate :Message=, :none, 2025, 8
22168
+ deprecate :ErrCode, :none, 2025, 9
22169
+ deprecate :ErrCode=, :none, 2025, 9
22170
+ deprecate :Message, :none, 2025, 9
22171
+ deprecate :Message=, :none, 2025, 9
22173
22172
 
22174
22173
  def initialize(taskid=nil, status=nil, errcode=nil, message=nil, fileid=nil, filename=nil, fileurl=nil, metadata=nil, mediaprocessresultset=nil, aicontentreviewresultset=nil, aianalysisresultset=nil, airecognitionresultset=nil, taskspriority=nil, tasksnotifymode=nil, sessioncontext=nil, sessionid=nil, operator=nil, operationtype=nil)
22175
22174
  @TaskId = taskid
@@ -22283,8 +22282,8 @@ module TencentCloud
22283
22282
 
22284
22283
  attr_accessor :Name, :Type, :Comment, :MediaProcessTask, :AiContentReviewTask, :AiAnalysisTask, :AiRecognitionTaskSet, :AiRecognitionTask, :MiniProgramPublishTask, :ReviewAudioVideoTask, :CreateTime, :UpdateTime
22285
22284
  extend Gem::Deprecate
22286
- deprecate :AiRecognitionTask, :none, 2025, 8
22287
- deprecate :AiRecognitionTask=, :none, 2025, 8
22285
+ deprecate :AiRecognitionTask, :none, 2025, 9
22286
+ deprecate :AiRecognitionTask=, :none, 2025, 9
22288
22287
 
22289
22288
  def initialize(name=nil, type=nil, comment=nil, mediaprocesstask=nil, aicontentreviewtask=nil, aianalysistask=nil, airecognitiontaskset=nil, airecognitiontask=nil, miniprogrampublishtask=nil, reviewaudiovideotask=nil, createtime=nil, updatetime=nil)
22290
22289
  @Name = name
@@ -22776,8 +22775,8 @@ module TencentCloud
22776
22775
 
22777
22776
  attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
22778
22777
  extend Gem::Deprecate
22779
- deprecate :ProductInstanceResourceSet, :none, 2025, 8
22780
- deprecate :ProductInstanceResourceSet=, :none, 2025, 8
22778
+ deprecate :ProductInstanceResourceSet, :none, 2025, 9
22779
+ deprecate :ProductInstanceResourceSet=, :none, 2025, 9
22781
22780
 
22782
22781
  def initialize(producttype=nil, starttime=nil, expiretime=nil, productinstanceid=nil, lastconsumedate=nil, bindstatus=nil, productinstanceresourceset=nil, resourceset=nil, productinstancestatus=nil, refundstatus=nil, renewstatus=nil)
22783
22782
  @ProductType = producttype
@@ -25193,8 +25192,8 @@ module TencentCloud
25193
25192
 
25194
25193
  attr_accessor :Name, :SubAppId, :Comment, :MediaProcessTask, :AiContentReviewTask, :AiAnalysisTask, :AiRecognitionTaskSet, :AiRecognitionTask, :ReviewAudioVideoTask
25195
25194
  extend Gem::Deprecate
25196
- deprecate :AiRecognitionTask, :none, 2025, 8
25197
- deprecate :AiRecognitionTask=, :none, 2025, 8
25195
+ deprecate :AiRecognitionTask, :none, 2025, 9
25196
+ deprecate :AiRecognitionTask=, :none, 2025, 9
25198
25197
 
25199
25198
  def initialize(name=nil, subappid=nil, comment=nil, mediaprocesstask=nil, aicontentreviewtask=nil, aianalysistask=nil, airecognitiontaskset=nil, airecognitiontask=nil, reviewaudiovideotask=nil)
25200
25199
  @Name = name
@@ -25371,10 +25370,10 @@ module TencentCloud
25371
25370
 
25372
25371
  attr_accessor :FileId, :OriginalStorageClass, :TargetStorageClass, :RestoreTier, :RestoreDay, :Status, :Message
25373
25372
  extend Gem::Deprecate
25374
- deprecate :Status, :none, 2025, 8
25375
- deprecate :Status=, :none, 2025, 8
25376
- deprecate :Message, :none, 2025, 8
25377
- deprecate :Message=, :none, 2025, 8
25373
+ deprecate :Status, :none, 2025, 9
25374
+ deprecate :Status=, :none, 2025, 9
25375
+ deprecate :Message, :none, 2025, 9
25376
+ deprecate :Message=, :none, 2025, 9
25378
25377
 
25379
25378
  def initialize(fileid=nil, originalstorageclass=nil, targetstorageclass=nil, restoretier=nil, restoreday=nil, status=nil, message=nil)
25380
25379
  @FileId = fileid
@@ -25721,8 +25720,8 @@ module TencentCloud
25721
25720
 
25722
25721
  attr_accessor :ReviewResultSet, :MediaReviewResult, :RequestId
25723
25722
  extend Gem::Deprecate
25724
- deprecate :ReviewResultSet, :none, 2025, 8
25725
- deprecate :ReviewResultSet=, :none, 2025, 8
25723
+ deprecate :ReviewResultSet, :none, 2025, 9
25724
+ deprecate :ReviewResultSet=, :none, 2025, 9
25726
25725
 
25727
25726
  def initialize(reviewresultset=nil, mediareviewresult=nil, requestid=nil)
25728
25727
  @ReviewResultSet = reviewresultset
@@ -26703,7 +26702,7 @@ module TencentCloud
26703
26702
  # @type IsPersistence: Integer
26704
26703
  # @param ExpireTime: 剪辑固化后的视频存储过期时间。格式参照 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。填“9999-12-31T23:59:59Z”表示永不过期。过期后该媒体文件及其相关资源(转码结果、雪碧图等)将被永久删除。仅 IsPersistence 为 1 时有效,默认剪辑固化的视频永不过期。
26705
26704
  # @type ExpireTime: String
26706
- # @param Procedure: 剪辑固化后的视频点播任务流处理,详见[上传指定任务流](https://cloud.tencent.com/document/product/266/9759)。仅 IsPersistence 为 1 且 Precision 为 Rough 时有效。
26705
+ # @param Procedure: 剪辑固化后的视频点播任务流处理,详见[上传指定任务流](https://cloud.tencent.com/document/product/266/9759)。仅 IsPersistence 为 1 时有效。
26707
26706
  # @type Procedure: String
26708
26707
  # @param ClassId: 分类ID,用于对媒体进行分类管理,可通过 [创建分类](/document/product/266/7812) 接口,创建分类,获得分类 ID。
26709
26708
  # <li>默认值:0,表示其他分类。</li>
@@ -26713,9 +26712,9 @@ module TencentCloud
26713
26712
  # @type SourceContext: String
26714
26713
  # @param SessionContext: 会话上下文,用于透传用户请求信息,当指定 Procedure 参数后,[任务流状态变更回调](/document/product/266/9636) 将返回该字段值,最长 1000 个字符。仅 IsPersistence 为 1 时有效。
26715
26714
  # @type SessionContext: String
26716
- # @param Precision: 裁剪精度,取值有:<li>Rough: 粗略裁剪,最小剪辑精度是单个 ts 分片;</li><li>Precise: 精确裁剪,做到按照剪辑时间点的毫秒级精确剪辑。</li> 默认取值 Rough。
26715
+ # @param Precision: 该字段已废弃。
26717
26716
  # @type Precision: String
26718
- # @param OutputMediaType: 输出视频类型,取值有:<li>hls: 输出 hls 文件;</li><li>mp4:输出 mp4 文件,MP4 文件的大小不超过5G,时长小于2小时。仅当 Precision 选择 Precise 且 IsPersistence 选择0时有效,即只有非固化的精确剪辑时支持输出 MP4。</li>默认取值 hls。
26717
+ # @param OutputMediaType: 输出视频类型,取值有:<li>hls: 输出 hls 文件。</li>默认取值 hls。
26719
26718
  # @type OutputMediaType: String
26720
26719
  # @param ExtInfo: 保留字段,特殊用途时使用。 示例值:""
26721
26720
  # @type ExtInfo: String
@@ -27616,8 +27615,8 @@ module TencentCloud
27616
27615
 
27617
27616
  attr_accessor :Width, :Height, :CycleConfig
27618
27617
  extend Gem::Deprecate
27619
- deprecate :CycleConfig, :none, 2025, 8
27620
- deprecate :CycleConfig=, :none, 2025, 8
27618
+ deprecate :CycleConfig, :none, 2025, 9
27619
+ deprecate :CycleConfig=, :none, 2025, 9
27621
27620
 
27622
27621
  def initialize(width=nil, height=nil, cycleconfig=nil)
27623
27622
  @Width = width
@@ -28278,8 +28277,8 @@ module TencentCloud
28278
28277
 
28279
28278
  attr_accessor :Switch, :Definition
28280
28279
  extend Gem::Deprecate
28281
- deprecate :Definition, :none, 2025, 8
28282
- deprecate :Definition=, :none, 2025, 8
28280
+ deprecate :Definition, :none, 2025, 9
28281
+ deprecate :Definition=, :none, 2025, 9
28283
28282
 
28284
28283
  def initialize(switch=nil, definition=nil)
28285
28284
  @Switch = switch
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vod
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1140
4
+ version: 3.0.1144
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-09-15 00:00:00.000000000 Z
11
+ date: 2025-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common