tencentcloud-sdk-live 3.0.699 → 3.0.701

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180801/models.rb +13 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2bcb27810f5c414c621812e7a08e3cc4d7cfcfb5
4
- data.tar.gz: 907ffb1e1a637fdf0173d2416f9866c50e72e932
3
+ metadata.gz: d61927b5658741eedd3e3fc7e0352c7df36f6c2b
4
+ data.tar.gz: fb22fd75350a8c6163f248464a4278756123cfe7
5
5
  SHA512:
6
- metadata.gz: ac93cee18d94df6281434485c1b29360dd6b12d07ca3155a248fe33fdbd9a0b2623293b31d03177b22d5581cd45fb6092e618095f70cde3975f1a3de481801fe
7
- data.tar.gz: a1d78e9539218bd875965ce276612e9a06ed2eac0629237399eccc11c7d1a29ce5958f06809d8a7edd5a333cb2cc7aee45d83ca237aad005002bffc28bce5fda
6
+ metadata.gz: 1dfa0fa7e313e2fc80d81239bd7a05ebdfd420145baae15315a95a80cf087cae4d19c0f9fbc94499ec873931685196fd7e0387e461fc6a56348cbe4d7daf5a6d
7
+ data.tar.gz: 0e0e5b9c09deac2e38b1d953d7ddaf51828095aca98e0aa4782b0555cab0ab45f93337dac43479c238d678e10d260a3370e90debea4a8289398f7855c3ada849
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.699
1
+ 3.0.701
@@ -1465,10 +1465,12 @@ module TencentCloud
1465
1465
  # @type VodLocalMode: Integer
1466
1466
  # @param RecordTemplateId: 录制模板 ID。
1467
1467
  # @type RecordTemplateId: String
1468
+ # @param BackupToUrl: 新的目标地址,用于任务同时推两路场景。
1469
+ # @type BackupToUrl: String
1468
1470
 
1469
- attr_accessor :SourceType, :SourceUrls, :DomainName, :AppName, :StreamName, :StartTime, :EndTime, :Operator, :PushArgs, :CallbackEvents, :VodLoopTimes, :VodRefreshType, :CallbackUrl, :ExtraCmd, :SpecifyTaskId, :Comment, :ToUrl, :BackupSourceType, :BackupSourceUrl, :WatermarkList, :VodLocalMode, :RecordTemplateId
1471
+ attr_accessor :SourceType, :SourceUrls, :DomainName, :AppName, :StreamName, :StartTime, :EndTime, :Operator, :PushArgs, :CallbackEvents, :VodLoopTimes, :VodRefreshType, :CallbackUrl, :ExtraCmd, :SpecifyTaskId, :Comment, :ToUrl, :BackupSourceType, :BackupSourceUrl, :WatermarkList, :VodLocalMode, :RecordTemplateId, :BackupToUrl
1470
1472
 
1471
- def initialize(sourcetype=nil, sourceurls=nil, domainname=nil, appname=nil, streamname=nil, starttime=nil, endtime=nil, operator=nil, pushargs=nil, callbackevents=nil, vodlooptimes=nil, vodrefreshtype=nil, callbackurl=nil, extracmd=nil, specifytaskid=nil, comment=nil, tourl=nil, backupsourcetype=nil, backupsourceurl=nil, watermarklist=nil, vodlocalmode=nil, recordtemplateid=nil)
1473
+ def initialize(sourcetype=nil, sourceurls=nil, domainname=nil, appname=nil, streamname=nil, starttime=nil, endtime=nil, operator=nil, pushargs=nil, callbackevents=nil, vodlooptimes=nil, vodrefreshtype=nil, callbackurl=nil, extracmd=nil, specifytaskid=nil, comment=nil, tourl=nil, backupsourcetype=nil, backupsourceurl=nil, watermarklist=nil, vodlocalmode=nil, recordtemplateid=nil, backuptourl=nil)
1472
1474
  @SourceType = sourcetype
1473
1475
  @SourceUrls = sourceurls
1474
1476
  @DomainName = domainname
@@ -1491,6 +1493,7 @@ module TencentCloud
1491
1493
  @WatermarkList = watermarklist
1492
1494
  @VodLocalMode = vodlocalmode
1493
1495
  @RecordTemplateId = recordtemplateid
1496
+ @BackupToUrl = backuptourl
1494
1497
  end
1495
1498
 
1496
1499
  def deserialize(params)
@@ -1523,6 +1526,7 @@ module TencentCloud
1523
1526
  end
1524
1527
  @VodLocalMode = params['VodLocalMode']
1525
1528
  @RecordTemplateId = params['RecordTemplateId']
1529
+ @BackupToUrl = params['BackupToUrl']
1526
1530
  end
1527
1531
  end
1528
1532
 
@@ -9512,10 +9516,13 @@ module TencentCloud
9512
9516
  # 1 - 启用。
9513
9517
  # 注意:启用本地模式后,会将源列表中的 MP4 文件进行本地下载,优先使用本地已下载文件进行推流,提高点播源推流稳定性。使用本地下载文件推流时,会产生增值费用。
9514
9518
  # @type VodLocalMode: Integer
9519
+ # @param BackupToUrl: 新的目标地址。传空值,则取消该地址的推流。
9520
+ # 传入新值,则替换原有地址。
9521
+ # @type BackupToUrl: String
9515
9522
 
9516
- attr_accessor :TaskId, :Operator, :SourceUrls, :StartTime, :EndTime, :VodLoopTimes, :VodRefreshType, :Status, :CallbackEvents, :CallbackUrl, :FileIndex, :OffsetTime, :SpecifyTaskId, :ToUrl, :Comment, :BackupSourceType, :BackupSourceUrl, :WatermarkList, :VodLocalMode
9523
+ attr_accessor :TaskId, :Operator, :SourceUrls, :StartTime, :EndTime, :VodLoopTimes, :VodRefreshType, :Status, :CallbackEvents, :CallbackUrl, :FileIndex, :OffsetTime, :SpecifyTaskId, :ToUrl, :Comment, :BackupSourceType, :BackupSourceUrl, :WatermarkList, :VodLocalMode, :BackupToUrl
9517
9524
 
9518
- 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, specifytaskid=nil, tourl=nil, comment=nil, backupsourcetype=nil, backupsourceurl=nil, watermarklist=nil, vodlocalmode=nil)
9525
+ 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, specifytaskid=nil, tourl=nil, comment=nil, backupsourcetype=nil, backupsourceurl=nil, watermarklist=nil, vodlocalmode=nil, backuptourl=nil)
9519
9526
  @TaskId = taskid
9520
9527
  @Operator = operator
9521
9528
  @SourceUrls = sourceurls
@@ -9535,6 +9542,7 @@ module TencentCloud
9535
9542
  @BackupSourceUrl = backupsourceurl
9536
9543
  @WatermarkList = watermarklist
9537
9544
  @VodLocalMode = vodlocalmode
9545
+ @BackupToUrl = backuptourl
9538
9546
  end
9539
9547
 
9540
9548
  def deserialize(params)
@@ -9564,6 +9572,7 @@ module TencentCloud
9564
9572
  end
9565
9573
  end
9566
9574
  @VodLocalMode = params['VodLocalMode']
9575
+ @BackupToUrl = params['BackupToUrl']
9567
9576
  end
9568
9577
  end
9569
9578
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-live
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.699
4
+ version: 3.0.701
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-live.rb
36
37
  - lib/v20180801/client.rb
37
38
  - lib/v20180801/models.rb
38
- - lib/tencentcloud-sdk-live.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: