tencentcloud-sdk-live 3.0.669 → 3.0.670

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: b1bf343ef235e0d78f92f7b9ab17e6d87e47512b
4
- data.tar.gz: 5ee6f9d688c4223564dfcb477197037b8a914fa1
3
+ metadata.gz: eee5838af9c3e007b27cb65540b1bd1fd2fefbf7
4
+ data.tar.gz: d7c33e93319893d9f122bc4269872eadc040e6ac
5
5
  SHA512:
6
- metadata.gz: 9223bf83a0f8f70a69fffc41e88ec18f05d286be29e4267539bf6007569d670d899703ab77d6f7b84976bd6a640b44b740f70a98e800b2107897790342b2418b
7
- data.tar.gz: be922bae0a13281da9561b4eadc7cf555cccac1a0a863ff2fce41dd297744c0a3a8d1c3e351874c5601e67e5226ee0a680ce3d166775938dbe090e202660b7f8
6
+ metadata.gz: 3d32413c0ffc84b9677e648eb2f90b31bcfd58e16494b2fec253b29b963a4eea241682ef7644dc5c3f2963cf689be03d448b977f37fd260ed2de5c4e5e293851
7
+ data.tar.gz: e00b0952e38775d96f1bc120de39b3b5bf507d6a98b5cde45121e909362c4bf3ed6c516f52ddf529960df4b3be5b638a06f226d10fbaa0cacace998c3947ec0c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.669
1
+ 3.0.670
@@ -3290,8 +3290,7 @@ module TencentCloud
3290
3290
  end
3291
3291
 
3292
3292
  # 更新直播拉流任务。
3293
- # 1. 不支持修改目标地址,如需推到新地址,请创建新任务。
3294
- # 2. 不支持修改拉流源类型,如需更换,请创建新任务。
3293
+ # 1. 不支持修改拉流源类型,如需更换,请创建新任务。
3295
3294
 
3296
3295
  # @param request: Request instance for ModifyLivePullStreamTask.
3297
3296
  # @type request: :class:`Tencentcloud::live::V20180801::ModifyLivePullStreamTaskRequest`
@@ -9268,6 +9268,9 @@ module TencentCloud
9268
9268
  # 注意:
9269
9269
  # 1. 单位:秒,配合FileIndex使用。
9270
9270
  # @type OffsetTime: Integer
9271
+ # @param ToUrl: 目标 Url。
9272
+ # 换目标地址,会断流重推到新地址。
9273
+ # @type ToUrl: String
9271
9274
  # @param Comment: 任务备注。
9272
9275
  # @type Comment: String
9273
9276
  # @param BackupSourceType: 备源的类型:
@@ -9298,9 +9301,9 @@ module TencentCloud
9298
9301
  # 注意:启用本地模式后,会将源列表中的 MP4 文件进行本地下载,优先使用本地已下载文件进行推流,提高点播源推流稳定性。使用本地下载文件推流时,会产生增值费用。
9299
9302
  # @type VodLocalMode: Integer
9300
9303
 
9301
- attr_accessor :TaskId, :Operator, :SourceUrls, :StartTime, :EndTime, :VodLoopTimes, :VodRefreshType, :Status, :CallbackEvents, :CallbackUrl, :FileIndex, :OffsetTime, :Comment, :BackupSourceType, :BackupSourceUrl, :WatermarkList, :VodLocalMode
9304
+ attr_accessor :TaskId, :Operator, :SourceUrls, :StartTime, :EndTime, :VodLoopTimes, :VodRefreshType, :Status, :CallbackEvents, :CallbackUrl, :FileIndex, :OffsetTime, :ToUrl, :Comment, :BackupSourceType, :BackupSourceUrl, :WatermarkList, :VodLocalMode
9302
9305
 
9303
- def initialize(taskid=nil, operator=nil, sourceurls=nil, starttime=nil, endtime=nil, vodlooptimes=nil, vodrefreshtype=nil, status=nil, callbackevents=nil, callbackurl=nil, fileindex=nil, offsettime=nil, comment=nil, backupsourcetype=nil, backupsourceurl=nil, watermarklist=nil, vodlocalmode=nil)
9306
+ def initialize(taskid=nil, operator=nil, sourceurls=nil, starttime=nil, endtime=nil, vodlooptimes=nil, vodrefreshtype=nil, status=nil, callbackevents=nil, callbackurl=nil, fileindex=nil, offsettime=nil, tourl=nil, comment=nil, backupsourcetype=nil, backupsourceurl=nil, watermarklist=nil, vodlocalmode=nil)
9304
9307
  @TaskId = taskid
9305
9308
  @Operator = operator
9306
9309
  @SourceUrls = sourceurls
@@ -9313,6 +9316,7 @@ module TencentCloud
9313
9316
  @CallbackUrl = callbackurl
9314
9317
  @FileIndex = fileindex
9315
9318
  @OffsetTime = offsettime
9319
+ @ToUrl = tourl
9316
9320
  @Comment = comment
9317
9321
  @BackupSourceType = backupsourcetype
9318
9322
  @BackupSourceUrl = backupsourceurl
@@ -9333,6 +9337,7 @@ module TencentCloud
9333
9337
  @CallbackUrl = params['CallbackUrl']
9334
9338
  @FileIndex = params['FileIndex']
9335
9339
  @OffsetTime = params['OffsetTime']
9340
+ @ToUrl = params['ToUrl']
9336
9341
  @Comment = params['Comment']
9337
9342
  @BackupSourceType = params['BackupSourceType']
9338
9343
  @BackupSourceUrl = params['BackupSourceUrl']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-live
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.669
4
+ version: 3.0.670
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-09-27 00:00:00.000000000 Z
11
+ date: 2023-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common